diff options
author | Rafał Mikrut <mikrutrafal@protonmail.com> | 2022-03-10 16:21:22 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-06-15 10:11:17 +0200 |
commit | 24f45bd533cee2df8fec29bb7ab0ecc931d798fb (patch) | |
tree | 76485b22e3dba3a164ed557d6e7a41b051ce0808 /misc/dist/shell/godot.bash-completion | |
parent | 2126f4d85f52e966f680536af3eb864fd552ca08 (diff) |
Add Godot 3.x -> Godot 4.x project converter
Diffstat (limited to 'misc/dist/shell/godot.bash-completion')
-rw-r--r-- | misc/dist/shell/godot.bash-completion | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion index 31e067e29a..1ab687e1fc 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -81,6 +81,8 @@ _complete_godot_options() { --export --export-debug --export-pack +--convert-3to4 +--validate-conversion-3to4 --doctool --no-docbase --build-solutions |