parser_group.basic - a test for optparse-applicative

Usage: parser_group_basic --hello TARGET [--file-log-path PATH] 
                          [--file-log-verbosity INT] [-q|--quiet] [--poll]
                          --timeout INT (-v|--verbosity ARG) Command

  Shows parser groups

Available options:
  --hello TARGET           Target for the greeting
  -q,--quiet               Whether to be quiet
  -v,--verbosity ARG       Console verbosity
  -h,--help                Show this help text

Logging
  --file-log-path PATH     Log file path
  --file-log-verbosity INT File log verbosity

System Options
  --poll                   Whether to poll
  --timeout INT            Whether to time out
