Database.TxtSushi.Util.CommandLineArgument
- extractCommandLineArguments :: CommandLineDescription -> [String] -> (Map OptionDescription [[String]], [String])
- formatCommandLine :: CommandLineDescription -> [Char]
- data CommandLineDescription = CommandLineDescription {}
- data OptionDescription = OptionDescription {}
Documentation
extractCommandLineArguments :: CommandLineDescription -> [String] -> (Map OptionDescription [[String]], [String])Source
data CommandLineDescription Source
Constructors
| CommandLineDescription | |
Fields | |
data OptionDescription Source
a data structure for describing command line arguments
Constructors
| OptionDescription | |
Fields
| |