diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-09 15:57:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 15:57:30 +0100 |
commit | 922348f4c00e694961a7c9717abdcd0310c11973 (patch) | |
tree | d63eea4fbf2ec123340e62a96cb8a5a8164d9aca /misc/dist/shell/godot.fish | |
parent | bc9dd15f0e4408cbde1942a11aba8fc5eed71589 (diff) | |
parent | 9b05f29894cfcc477c2963fda3618a87458bd890 (diff) |
Merge pull request #58925 from akien-mga/remove-unused-gdnative-code
Diffstat (limited to 'misc/dist/shell/godot.fish')
-rw-r--r-- | misc/dist/shell/godot.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/dist/shell/godot.fish b/misc/dist/shell/godot.fish index 79df2de7f0..6aa3f38f1f 100644 --- a/misc/dist/shell/godot.fish +++ b/misc/dist/shell/godot.fish @@ -84,5 +84,4 @@ complete -c godot -l export-pack -d "Same as --export, but only export the game complete -c godot -l doctool -d "Dump the engine API reference to the given path in XML format, merging if existing files are found" -r complete -c godot -l no-docbase -d "Disallow dumping the base types (used with --doctool)" complete -c godot -l build-solutions -d "Build the scripting solutions (e.g. for C# projects)" -complete -c godot -l gdnative-generate-json-api -d "Generate JSON dump of the Godot API for GDNative bindings" complete -c godot -l test -d "Run a unit test" -x |