commandlineparser / commandlineparser/commandline
How to add custom help while keeping default verb help
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 4.8k
- Forks
- 478
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I try to always add a line like:
`"Usage: clitool.exe [command] [options]" `when command is called with --help or without.
I could add it like: `AddPreOptionsLine("Usage: clitool.exe [command] [options]"); `but then the help for each verb was gone.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.