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

Using NoOptDefaultVal disallows using spaces to separate values for option flags #15

Open
JordanKnott opened this issue Dec 25, 2019 · 0 comments

Comments

@JordanKnott
Copy link
Member

The -m, -w, -d in the report command has a NoOptDefaultVal value (provided by the Cobra & the pflags library). Because of an issue within pflags itself, the following works

chrono report -w=2019-12-01

However this does not

chrono report -w 2019-12-01

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

1 participant