platform9 / cctl

Apache License 2.0
47 stars 8 forks source link

Follow POSIX conventions for flags #67

Open dlipovetsky opened 6 years ago

dlipovetsky commented 6 years ago

Arguments are options if they begin with a hyphen delimiter (‘-’).

Some required parameters are flags, e.g., the machine IP

Option names are typically one to three words long, with hyphens to separate words.

Flags use camelCase, e.g., publicKeys

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