[][src]Module driscoll::terminal

Functions

arg_exists

Parse the command line arguments for key / value pairs and check if one with the supplied key exists

get_arg

Parse the command line arguments for key / value pairs and return one if it has the supplied key

get_args

Parse the command line arguments for key / value pairs and present them as HashMap<String, String>