-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
scc --help
does not mention that files and directories can be passed
#221
Comments
boyter
added a commit
that referenced
this issue
Jan 21, 2021
That's a pretty reasonable. I thought this was going to be hard due to how cobra works, but apparently it picks up the [flags] inside the string, so easy to do. Done.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
scc --help
saysbut does not mention that files and directories can be passed on the command line.
To Reproduce
scc --help
Expected behavior
or the like, with an explanation that files can be files and directories, and that the current directory is used if no such arguments are given.
Desktop (please complete the following information):
Linux (but the OS is irrelevant to this bug)
scc version 2.13.0
The text was updated successfully, but these errors were encountered: