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