How to disable command line options for exported game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jitterbeetle

When I export a game (tested on linux) and I do ./mygame --help I get a full output of options and flags and copyright information, website url, godot version, etc.

Is there some ways to disable that on export or do I have to do that in project->settings?

I may just ifdef it inside main.cpp:Main::print_help