Bug 436406 - missing --help-all commandline option
Summary: missing --help-all commandline option
Status: RESOLVED WORKSFORME
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 5.1.1
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-30 14:29 UTC by RalphMW71
Modified: 2021-04-30 19:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.