We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77b350 commit 3b3de63Copy full SHA for 3b3de63
README.md
@@ -7,6 +7,13 @@ It's designed for large-scale CLIs with dozens of commands and hundreds
7
of options. If you're building a small, self-contained tool, go with
8
cobra.
9
10
+When compared to cobra, serpent strives for:
11
+
12
+* Better default help output inspired by the Go toolchain
13
+* Greater flexibility in accepting options that span across multiple sources
14
+* Composition via middleware
15
+* Testability (e.g. OS Stdout and Stderr is only available to commands explicitly)
16
17
## Basic Usage
18
19
See `example/echo`:
0 commit comments