Safe Haskell | None |
---|---|
Language | Haskell98 |
"getopt-generics" tries to make it very simple to create command line argument parsers. Documentation can be found in the README.
Documentation
withArguments :: forall a. (Generic a, HasDatatypeInfo a, All2 Option (Code a)) => (a -> IO ()) -> IO () Source