Edit of asset "ArgParse" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | ArgParse | |
| Description |
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]` |
|
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/BtheDestroyer/GodotArgParse | |
| Issues Url | https://github.com/BtheDestroyer/GodotArgParse/issues | |
| Godot version | Godot 3.4 | |
| Version String | 1.1 | 1.1 |
| Download Commit | b89cc2117e309fb17aeab8df765666c102136c2f | b89cc2117e309fb17aeab8df765666c102136c2f |
| Download Url (Computed) | https://github.com/BtheDestroyer/GodotArgParse/archive/b89cc2117e309fb17aeab8df765666c102136c2f.zip | https://github.com/BtheDestroyer/GodotArgParse/archive/b89cc2117e309fb17aeab8df765666c102136c2f.zip |
| Icon Url |
https://raw.githubusercontent.com/BtheDestroyer/GodotArgParse/main/addons/argparse/icon.png
|
|