Bug 436406

Summary: missing --help-all commandline option
Product: [Applications] kmymoney Reporter: RalphMW71 <ralphmw>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 5.1.1   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description RalphMW71 2021-04-30 14:29:25 UTC
SUMMARY
kmymoney --help
shows option
 --help-all   which should include some more options

but
kmymoney --help-all
simply starts a regular kmymoney instance.


STEPS TO REPRODUCE
1. kmymoney --help
2. kmymoney --help-all


OBSERVED RESULT
1. shows help in teminal and exits.
2. starts regular kmymoney ui


EXPECTED RESULT
show expanded help in terminal and exit.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.21
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.4.0-72-generic
OS Type: 64-bit
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630

ADDITIONAL INFORMATION
I'd like to help UI improvements.
Comment 1 Thomas Baumgart 2021-04-30 19:21:58 UTC
Seems to be fixed (in the meantime). Here's the output of 5.1 branch HEAD as of today:

thb@thb-nb:~$ kmymoney --help
Usage: kmymoney [options] url

Options:
  -h, --help                 Displays this help.
  -v, --version              Displays version information.
  --author                   Show author information.
  --license                  Show license information.
  --desktopfile <file name>  The base file name of the desktop entry for this
                             application.
  -n                         do not open last used file
  --timers                   enable performance timers
  --nocatch                  do not globally catch uncaught exceptions

Arguments:
  url                        file to open



No --help-all option is displayed.