-
Notifications
You must be signed in to change notification settings - Fork 37
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
Input/Output dir options #248
base: master
Are you sure you want to change the base?
Conversation
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.
Please include tests and a changelog entry.
string outputPath; | ||
|
||
/// in case there are many input files or dir output option provided | ||
bool isOutputToDir; |
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.
Is the intention that both -O
and -o
are specified since this is a bool?
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.
Yes
I could not do this so that there were a minimum number of changes. |
I run it by this way:
|
I’m not sure I follow. You can have a look here at how to to implement a test: https://github.com/jacob-carlborg/dstep/blob/master/tests/functional/Tests.d |
Fix #243