Database.TxtSushi.CommandLineArgument
- extractCommandLineArguments :: CommandLineDescription -> [String] -> (Map OptionDescription [[String]], [String])
- formatCommandLine :: CommandLineDescription -> String
- data CommandLineDescription = CommandLineDescription {}
- data OptionDescription = OptionDescription {}
Documentation
extractCommandLineArguments :: CommandLineDescription -> [String] -> (Map OptionDescription [[String]], [String])Source
formatCommandLine :: CommandLineDescription -> StringSource
converts a command line description into a string version that you can show the user
data CommandLineDescription Source
Constructors
CommandLineDescription | |
Fields |
data OptionDescription Source
a data structure for describing command line arguments
Constructors
OptionDescription | |
Fields
|