Skip to content

Commit

Permalink
docs(PHILOSOPHY): update philosophy on short flags (#1555)
Browse files Browse the repository at this point in the history
Following discussion on review call
  • Loading branch information
thehowl authored Jan 18, 2024
1 parent 37e7258 commit 59b34fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PHILOSOPHY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
## CLI Philosophy

* No envs.
* No short flags.
* No short flags, with the following exceptions:
* `-h` for showing help
* `-v` for being verbose
* mimicking the short flags of Go commands
* after software maturity
* No /bin/ calls.
* No process forks.
* Struct-based command options.
Expand Down

0 comments on commit 59b34fd

Please sign in to comment.