Hello Joel,
Joel Håkansson schrieb am 17.03.2014, 7:36 +0000:
>You have to put the required arguments first, that's all.
You are right. Seemed to me a bit counter-intiutive and therefore I overlooked
it in the help output. But anyway, the packaging works, thanks!
The user documentation states that this command line interface is mostly
targeted at developers and not at end users. On GNU/Linux however, there are
some users which are used to the command line, so with three enhancements, you
could increase the usability a lot:
+ there should be a general parameter to activate debugging facilities:
- if it is not set, the te whole stack trace is printed, but jost the
(important) message
- if set, the stack trace should be printed
+ please remove the message "starting .* application"
- you could optionally print it when the debug flag is set
Would that be possible?
Thank you!