-
Notifications
You must be signed in to change notification settings - Fork 771
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
Consider changing --from-bundles
(bool) to --bundle-file
(string)
#53
Comments
+1. when adding --from-bundles flag I was just thinking about reusing --file flag. Could you make a commit for this? |
Sure
|
so +1 I confirm, this is not very intuitive:
|
How about we make the flag for specifying bundles to something similar to
--file
(e.g.--bundle-file
)? It'll be easier to specify than--from-bundles
+--file=xxx
. We can validate the flags so that either--file
or--bundle-file
can be specified at a time.The text was updated successfully, but these errors were encountered: