commandlineparser/commandline

Subverbs

Aperta

#353 aperta il 23 ott 2018

 (16 commenti) (28 reazioni) (0 assegnatari)C# (461 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (4280 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor