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
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
Tools, which aren't a command in their own respect but rather offer several independent sub commands, are quite hard to achieve with the current state of the library. Examples are git or the windows service utility sc.
Subcommands are a good way to reduce the complexity of the commandline by separating different concerns.
The text was updated successfully, but these errors were encountered:
trueqbit
pushed a commit
to trueqbit/Clara
that referenced
this issue
Oct 27, 2017
Tools, which aren't a command in their own respect but rather offer several independent sub commands, are quite hard to achieve with the current state of the library. Examples are git or the windows service utility sc.
Subcommands are a good way to reduce the complexity of the commandline by separating different concerns.
The text was updated successfully, but these errors were encountered: