[openSUSE/osc] 999371: Allow intermixing positional and optional args
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 99937100dfbf89bb504c72c9cd55f600a4a13e85 https://github.com/openSUSE/osc/commit/99937100dfbf89bb504c72c9cd55f600a4a13... Author: Daniel Mach <daniel.mach@suse.com> Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M osc/cmdln.py Log Message: ----------- Allow intermixing positional and optional args Commit: b5491911eac18463cee83675f7513a00e41bf3fc https://github.com/openSUSE/osc/commit/b5491911eac18463cee83675f7513a00e41bf... Author: Daniel Mach <daniel.mach@suse.com> Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M osc/cmdln.py M osc/commandline.py Log Message: ----------- Add global options to subcommands so they can be specified in any place Commit: 98b76d14b65fc4aed0fc00e6ddb4edf23565ef6d https://github.com/openSUSE/osc/commit/98b76d14b65fc4aed0fc00e6ddb4edf23565e... Author: Daniel Mach <daniel.mach@suse.com> Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M osc/commandline.py Log Message: ----------- Replace the '-q/--hide-legend' option in 'prjresults' command with global '-q/--quiet' option Commit: 3763bff9018976836569ebc41faa9bdfcbc5f3af https://github.com/openSUSE/osc/commit/3763bff9018976836569ebc41faa9bdfcbc5f... Author: Daniel Mach <daniel.mach@suse.com> Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M osc/commandline.py Log Message: ----------- Remove the '-A' option from the 'maintainer' command It conflicts with the global '-A/--apiurl' option. Use the long '--all' version from now on. Commit: a362edee5e081ff441b59772ebbaf3465993b2d2 https://github.com/openSUSE/osc/commit/a362edee5e081ff441b59772ebbaf3465993b... Author: Daniel Mach <daniel.mach@suse.com> Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M osc/commandline.py Log Message: ----------- Handle conflicting options manually because the mutually exclusive group is buggy Commit: d9cb3c58edbe135d2204c0d5c1a0a32039defa21 https://github.com/openSUSE/osc/commit/d9cb3c58edbe135d2204c0d5c1a0a32039def... Author: Daniel Mach <daniel.mach@suse.com> Date: 2022-08-26 (Fri, 26 Aug 2022) Changed paths: M osc/cmdln.py M osc/commandline.py Log Message: ----------- Merge pull request #1121 from dmach/allow-intermixing-arguments Allow intermixing arguments Compare: https://github.com/openSUSE/osc/compare/25880606281d...d9cb3c58edbe
participants (1)
-
Daniel Mach