diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-03-14 00:44:19 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-03-15 18:54:51 +0100 |
commit | 38995961dfbbd656f038e107fca75d94a71aa81a (patch) | |
tree | 6d02e4878717907b58096e106217a5cdc90d7729 /misc/dist/shell/godot.bash-completion | |
parent | 7a454842d4bb2c5f96a986df21a97888e1649887 (diff) |
Improve `--debug-stringnames` to be more useful
- Print all StringNames, not just the top 100.
- Print statistics at the end of the list of StringNames,
with unreferenced and rarely referenced StringNames.
- List the CLI argument in `--help` and shell completion.
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 b0c38969f3..bec77f8f6b 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -68,6 +68,7 @@ _complete_godot_options() { --remote-debug --debug-collisions --debug-navigation +--debug-stringnames --frame-delay --time-scale --disable-render-loop |