1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 18:16:17 +01:00

Merge branch 'creq_slash_split' of https://github.com/marcus-h/osc

Support slash notation in "osc creq -a <action type> args".
This commit is contained in:
Marcus Huewe 2021-02-01 23:06:57 +01:00
commit fc7d3d91fc

View File

@ -1506,7 +1506,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
parser.values.actions.append(value[0])
del value[0]
parser.values.actiondata.append(value)
parser.values.actiondata.append(slash_split(value))
def _submit_request(self, args, opts, options_block):
actionxml = ""