commandlineparser / commandlineparser/commandline
Keeping everything as is just with HelpText.AdditionalNewLineAfterOption = false
- Lingua principale
- C#
- Stelle
- 4.8k
- Fork
- 478
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I would like to keep everything as is just have the additional newlines removed in the help output. I have been trying to achieve this for one hour now, but when I create my own parser with `new Parser(with => with.HelpWriter = null)` and try to display help myself, it won't work with custom help for custom commands, i.e. `myapp help add` will no longer print the specific help for the add command.
So how can I just get rid of those additional newlines in the help screens and keep everything else as it is? Is it possible at all?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.