Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 488 Bytes

demo.md

File metadata and controls

18 lines (14 loc) · 488 Bytes
$ demo --help
A simple to use, efficient, and full-featured Command Line Argument Parser

Usage:
    demo[EXE] [OPTIONS] --name <NAME>

Options:
    -n, --name <NAME>      Name of the person to greet
    -c, --count <COUNT>    Number of times to greet [default: 1]
    -h, --help             Print help information
    -V, --version          Print version information

$ demo --name Me
Hello Me!

(version number and .exe extension on windows replaced by placeholders)