Args

Parse arguments from the terminal.

parse : Array String -> Result

Parse an array of strings that's returned by the gren-lang/node Terminal module.

For examples and more detailed documentation on thos this works, check the package README.

type alias Result =
{ args : Array String
, options : Dict String (Array String)
}

The result of parsing a set of arguments.