Fixes for new two-dash long command line arguments

- Fixes some single-dash leftovers that were missed in the previous commit
- Reorder the help output for clarity, and document missing options
- Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit
- Improve error message on malformed arguments and do not display help on error
- Cleanup obsolete code here and there
This commit is contained in:
Rémi Verschelde 2017-08-19 16:45:03 +02:00
parent 27fc96f3c8
commit 70b0857f6c
16 changed files with 166 additions and 279 deletions

View file

@ -14960,13 +14960,6 @@
<description>
</description>
<methods>
<method name="get_custom_level" qualifiers="const">
<return type="String">
</return>
<description>
Returns the value of the commandline argument "-level".
</description>
</method>
<method name="get_frames_drawn">
<return type="int">
</return>