File: CustomOptionRecord.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 (6 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
$ program --file some/file
Options {file = File "some/file"}
$ program --help
program [OPTIONS]
      --file=custom-file-type
  -h  --help                   show help and exit