Documentation ¶
Overview ¶
Combining bool flags to condensed manner, e.g: cmd -s -o -m "message" will be: cmd -som "message" To run this example, open a terminal and execute the following lines: $ go install combineShortOptions.go $ combineShortOption short -som "message"; or, $ combineShortOption short --message "message" Note that the options `-som` are condesed into "one flag"
Click to show internal directories.
Click to hide internal directories.