diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-15 20:26:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:26:18 +0100 |
commit | fb28025785082f5e2f523af83e56219f308c3d6d (patch) | |
tree | 389e742995ae6cadc9a1972a9a2e66ddeaffd77b /misc/dist/shell/godot.bash-completion | |
parent | 41edfc88a3f82e643ad3f4613de7a787a00ee68a (diff) | |
parent | 38995961dfbbd656f038e107fca75d94a71aa81a (diff) |
Merge pull request #59153 from Calinou/debug-stringnames-improve
Improve `--debug-stringnames` to be more useful
Diffstat (limited to 'misc/dist/shell/godot.bash-completion')
-rw-r--r-- | misc/dist/shell/godot.bash-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion index 5784e15c6e..7927d26171 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -69,6 +69,7 @@ _complete_godot_options() { --remote-debug --debug-collisions --debug-navigation +--debug-stringnames --frame-delay --time-scale --disable-render-loop |