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

贡献者指南