# godot cli parser
[](https://godotengine.org "Made with godot")
[](https://www.npmjs.com/package/@bendn/remap)
<a href='https://ko-fi.com/bendn' title='Buy me a coffee' target='_blank'><img height='28' src='https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png' alt='Buy me a coffee'> </a>
A utility for parsing command line arguments for godot.
## Usage
```gdscript
var label = InteractiveActionLabel.new()
label.action = "ui_left"
label._name = "left"
add_child(label)
```