commontk / AppLauncher

Simple and small program allowing to set the environment of any executable.
http://www.commontk.org
Apache License 2.0
31 stars 32 forks source link

No --help command line argument #23

Closed finetjul closed 12 years ago

finetjul commented 12 years ago

Get sources, in build dir, configure and build AppLauncher from a console, type: ./bin/AppLauncher errors are output because no --launch is passed -> ok Then a natural step is to do: ./bin/AppLauncher --help -> doesn't output the available launcher options or more details on how to use it

After reading documentation, it appears that it should be --launcher-help. Maybe if no application to launch is given --help could print what --launcher-help would

finetjul commented 12 years ago

README in repository is empty, it is not obvious for a new developer to know where to find documentation of the launcher. Maybe the contents of the following page could be in README: http://www.commontk.org/index.php/Tools:_Application_launcher

EDIT: See issue #13