You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a combination of the relic of CLI option parsing and what can be regarded as legitimate suite names. (To be honest, I am in 2 minds whether the = character should be a legit character in suite names or not.)
Hi there
Having just mistyped the following correct code to launch a suite, it drew my attention to something...
rose suite-run --name=foo
What I actually typed was...
rose suite-run -name=foo
This resulted in a suite called
ame=foo
Presumably it would be a good idea to only launch if
-n [suite name]|--name=[suite name]
is specified?Cheers
Jonny
The text was updated successfully, but these errors were encountered: