-
Notifications
You must be signed in to change notification settings - Fork 1
/
docs.json
1 lines (1 loc) · 936 Bytes
/
docs.json
1
{"Args":{"name":"Args","comment":" Parse arguments from the terminal.\n\n@docs parse\n\n@docs OptionType, Result\n\n","unions":[{"name":"OptionType","comment":" The type of option passed.\n\n`ShortOption` represents an option passed with a single `-` character. `LongOption` represents\nan option passed with two `-` characters.\n\n","args":[],"cases":[["ShortOption",[]],["LongOption",[]]]}],"aliases":[{"name":"Result","comment":" The result of parsing a set of arguments.\n","args":[],"type":"{ args : Array.Array String.String, options : Dict.Dict String.String { optionType : Args.OptionType, values : Array.Array String.String } }"}],"values":[{"name":"parse","comment":" Parse an array of strings that's returned by the `gren-lang/node` package\n`Terminal` module.\n\nFor examples and more detailed documentation on how this works, check the\npackage README.\n\n","type":"Array.Array String.String -> Args.Result"}],"binops":[]}}