Actions
Bug #3244
closedApp options parsing is limited
Description
Currently we can't set app config options (verbose log level e.g.) using short switch and long must be used with '=' form.
works
installer --verbose-log-level=debug
does not work
installer --verbose-log-level debug installer -l debug
Actions