commandlineparser/commandline

Subverbs

開放

#353 建立於 2018年10月23日

 (16 則留言) (28 個反應) (0 位負責人)C# (461 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (4,280 顆星)
PR 合併指標
 (30 天內沒有已合併 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

貢獻者指南