ArgParse's icon

ArgParse 1.1 Tools 3.4 Community

Submitted by user BryceDixon; MIT; 2022-05-30

Parses command line arguments and options to allow for settings to be provided to a game when it's run.

Usage:
`ArgParse.get_options()` returns a dictionary of command-line options. eg: `game --foo=5 --bar` will return `{"foo":5, "bar":null}`
`ArgParse.get_arguments()` returns an array of command-line arguments. eg: `game foo bar` will return `[foo bar]`


View files Download Submit an issue Recent Edits