Skip to content
Ty Smith edited this page Nov 27, 2018 · 1 revision

Style

There are seemingly an infinite number of ways in which args can be interpretted; however, there are many common themes.

  • Switches that signal a value of importance is being set. -v x, --value x, /v x, /v:x, value:x
  • Positional values whose puprose is dictated by its relative position
  • Sub commands that offer a specified set of parameters

Clone this wiki locally