commandlineparser / commandlineparser/commandline
Interactivity & Parent-Child Commands
未关闭
question
- 主要语言
- C#
- 星标
- 4.8k
- 派生
- 478
- PR 合并指标
- 30 天内没有已合并 PR
描述
I want to build a command line where the user should be able to run a parent command like 1. And the commands 2 and 3 should also have access to argument values of command 1.
1. GetAnimal -Name "a" -Age "b"
2. GetDog -Breed "c"
3. GetCat -Color "d"
I was wondering if _commandline_ supports interactivity (users should be able to run multiple child commands after running the parent command until they exit), and parent-child structure described above.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。