commandlineparser / commandlineparser/commandline

Interactivity & Parent-Child Commands

Ouverte
#654 8 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
question
Langage dominant
C#
Étoiles
4.8k
Forks
478
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.