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

Invalid option when using both --romefile and --concurrently #214

Open
jonkan opened this issue Jan 27, 2020 · 1 comment
Open

Invalid option when using both --romefile and --concurrently #214

jonkan opened this issue Jan 27, 2020 · 1 comment

Comments

@jonkan
Copy link

jonkan commented Jan 27, 2020

Bug Report

The following command works as expected:

$ rome download --platform iOS --concurrently --romefile Romefile

But swapping the order of the romefile and concurrently makes it fail:

$ rome download --platform iOS --romefile Romefile --concurrently
Invalid option `--concurrently'

Swapping the parameters is no biggie, but I'm using the fastlane-plugin-rome which puts them in that (failing) order.
Seems like a bug in rome, or am I missing something?

Rome version:

0.23.1.61 - Romam uno die non fuisse conditam.

OS and version:

macOS Catalina, 10.15.2 (19C57)

@tmspzz
Copy link
Owner

tmspzz commented Jan 27, 2020

I'll have to check, there is probably an error in the CLI argument parsing options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants