-
Notifications
You must be signed in to change notification settings - Fork 1
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
Parse switches from CLI #186
Conversation
- parse output path and component to run as switch -o and --component
I am not sure about naming the switches, |
Other task what should be done is to make tests.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should split the pull request into two separate ones:
- Switch to OptionParser. -> Use OptionParser to parse component #189
- The new output argument.
Also, output may not be the best name for the argument. It is more a “working directory” rather than an output. The actual “output” is what the Materializer spits out.
--working-dir is switch which allow user use different working directory than only current working directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
|
Parse switches for work directory. If we want to parse work dir we have parse newly component also.