Module RargInternal__RargAPI
module Args = RargInternal.Args;Args- define your command arguments, including their name, documentation andType.
module Type = RargInternal.Type;Type- predefined type parsers and utilities for building your own. For examplestringbooland etc. Used to parse the input arguments to usable types.
module Run = RargInternal.Run;Run- run your commands