commandlineparser/commandline

Subverbs

Aberta

#353 aberto em 23 de out. de 2018

 (16 comentários) (28 reações) (0 responsável)C# (461 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (4.280 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador