commandlineparser/commandline

Subverbs

オープン

#353 opened on 2018/10/23

 (16 件のコメント) (28 件のリアクション) (0 人の担当者)C# (461 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (4,280 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド