packages feed

getopt-generics-0.10.0.1: docs/SimpleExample.bash-protocol

$ program foo 42 true
("foo",42,True)
$ program foo 42 bar
cannot parse as BOOL: bar
$ program --help
program [OPTIONS] STRING INTEGER BOOL
  -h  --help  show help and exit