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
Updated by Marek Hulán about 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
Updated by Marek Hulán about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2796dbe604154577c3e7bf6153b61fd27917c95d.
Actions