6 releases (2 stable)
1.0.1 | Mar 5, 2023 |
---|---|
0.1.3 | Mar 5, 2023 |
0.1.2 | Mar 5, 2023 |
0.1.1 | Mar 4, 2023 |
0.1.0 | Mar 4, 2023 |
#16 in #debugging-tool
8KB
155 lines
🦆🌊 golduck
a cli program to run and debug godot scenes, built in rust 🦀
Usage: golduck.exe [OPTIONS] <COMMAND>
Commands:
play Play the project (equivalent to pressing F5 in the editor)
play-debug Play the project in debug mode
run Run a specific scene, supports fuzzy findig
debug Debug a specific scene, supports fuzzy findig
help Print this message or the help of the given subcommand(s)
Options:
-s, --silence Silence the godot console output
-e, --no-error Silence the godot console errors
-h, --help Print help
-V, --version Print version
Installation
- Crates.io:
cargo install golduck
- Github: Releases
Dependencies
~5–16MB
~144K SLoC