command-line-api icon indicating copy to clipboard operation
command-line-api copied to clipboard

[Feature Request] Invocation examples

Open lonix1 opened this issue 3 years ago • 0 comments

Please add examples to the help text, per command.

As done for Spectre.Console. (Examples are optional; they are specified in code, they aren't created dynamically.)

e.g. myapp foo --help will also print this:

EXAMPLES:
  myapp foo
  myapp foo -f somefile.txt
  myapp foo --file somefile.txt

lonix1 avatar Aug 31 '22 04:08 lonix1