Replies: 1 comment
-
That is a combination of
The docs have examples. We also show Some of the cookbook entries have various uses of The bigger problem is more of discoverability of examples. We orient the cookbook around "here is how a program you know could be implemented" to provide an alternative way of discovering features. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
like
./myapp --split 4 7 12 14 141
not
./myapp --split 4 --split 7 --split 12 --split 14 --split 141
./myapp --split 4 7 12 14 141 --reorder 11 17 18
?
Beta Was this translation helpful? Give feedback.
All reactions