There are two groups of arguments:
* standard arguments defined by individual parsers
* extra arguments that are allowed for some (individually allowed)
commands. They are passed to underlying command (usually appended
to the rest of arguments on commandline)
This commit adds a common way that allow user to use extra arguments
for some commands. Commands include mockbuild, srpm, clone.
There are two groups of arguments:
* standard arguments defined by individual parsers
* extra arguments that are allowed for some (individually allowed)
commands. They are passed to underlying command (usually appended
to the rest of arguments on commandline)
This commit adds a common way that allow user to use extra arguments
for some commands. Commands include mockbuild, srpm, clone.
JIRA: RHELCMP-101
JIRA: RHELCMP-141
Fixes: #432
Fixes: #413
Signed-off-by: Ondrej Nosek onosek@redhat.com