Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

> rose suite-run -n[suite name] confusion #2219

Closed
jonnyhtw opened this issue Aug 10, 2018 · 2 comments
Closed

> rose suite-run -n[suite name] confusion #2219

jonnyhtw opened this issue Aug 10, 2018 · 2 comments
Labels

Comments

@jonnyhtw
Copy link

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

@matthewrmshin
Copy link
Member

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.)

The final outcome will likely belong to cylc/cylc-flow#2281 (which will become possible after cylc/cylc-flow#1874) as we are continuing our journey to move rose suite-run functionalities to Cylc cylc/cylc-flow#1885.

@matthewrmshin matthewrmshin added this to the later milestone Aug 10, 2018
@jonnyhtw
Copy link
Author

OK thanks Matt, that's good to know!

I'll close the issue since it's clearly in hand.

Cheers

Jonny

@matthewrmshin matthewrmshin removed this from the later milestone Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants