commandlineparser/commandline

Subverbs

Offen

#353 geöffnet am 23.10.2018

 (16 Kommentare) (28 Reaktionen) (0 zugewiesene Personen)C# (461 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (4.280 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Does this library support subverbs? Based on my current research it doesn't. For example, let's assume git is the top level verb, And it has several layers of subverbs.

git/commit git/push/folder --> (file and folder are verbs as well) git/push/file git/pull/folder git/pull/file

Is there anyway to write this kind of command line interface with multiple layers of subcommands/subverbs? Thanks

Contributor Guide