File: Test03.shell-protocol

package info (click to toggle)
haskell-getopt-generics 0.13.1.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: haskell: 1,644; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
$ program --aa foo --bb bar
(A {aa = "foo"},B {bb = "bar"})
$ program --help
program [OPTIONS]
      --aa=STRING
      --bb=STRING
  -h  --help       show help and exit