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

Argument naming #1

Open
halilozercan opened this issue Apr 25, 2018 · 0 comments
Open

Argument naming #1

halilozercan opened this issue Apr 25, 2018 · 0 comments

Comments

@halilozercan
Copy link

-c, --min_del_cl_size

By convention, long argument names should use - instead of _

GNU adds long options to these conventions. Long options consist of ‘--’ followed by a name made of alphanumeric characters and dashes. Option names are typically one to three words long, with hyphens to separate words. Users can abbreviate the option names as long as the abbreviations are unique.

https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html

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 a pull request may close this issue.

1 participant