You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have so much flags is better to separate it with sub-commands, being the first
flag such sub-command, just like is used in go command source code:
"http://golang.org/src/cmd/go/main.go"; using the Command struct.
It is ver useful so should be in the standard library; if the flag's library API want
not be changed, it could be added in flag/flagutil
The text was updated successfully, but these errors were encountered:
Subcommands can be built using the flag package as-is. Camlistore and other projects do
this already.
Let's not add more stuff to the flag package which can be done already easily.
by raul.san@sent.com:
The text was updated successfully, but these errors were encountered: