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

Don't ignore output option without input option #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinoid
Copy link

@kevinoid kevinoid commented Dec 2, 2018

Currently, if the -o option is given without the -i option, it is silently ignored. I think this behavior is unintuitive and I can't find it mentioned anywhere in the documentation.

This PR changes the behavior to respect -o even without -i, which I find to be much more reasonable.

Thanks for considering,
Kevin

Previously, if the -o option was given without the -i option, it would
be silently ignored.  This behavior is unintuitive and undocumented.
This commit changes the behavior to respect -o even without -i.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
@wookietreiber
Copy link
Collaborator

I think, we should add some integration tests about this behavior. I'll take a look at it.

@wookietreiber wookietreiber self-assigned this Dec 3, 2018
@wookietreiber wookietreiber removed their assignment Sep 27, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants