commandlineparser / commandlineparser/commandline

How to add custom help while keeping default verb help

Open
#948 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.8k
Forks
478
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.