Blame tests/hello.err.txt

Packit 3fa651
hello - a test for optparse-applicative
Packit 3fa651
Packit 3fa651
Usage: hello --hello TARGET [-q|--quiet] [--repeat INT]
Packit 3fa651
  Print a greeting for TARGET
Packit 3fa651
Packit 3fa651
Available options:
Packit 3fa651
  --hello TARGET           Target for the greeting
Packit 3fa651
  -q,--quiet               Whether to be quiet
Packit 3fa651
  --repeat INT             Repeats for greeting (default: 1)
Packit 3fa651
  -h,--help                Show this help text