mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
14 lines
403 B
ReStructuredText
14 lines
403 B
ReStructuredText
|
commandline
|
||
|
===========
|
||
|
|
||
|
|
||
|
The `osc.commandline` module provides argument parsing functionality to osc plugins.
|
||
|
|
||
|
|
||
|
.. automodule:: osc.commandline
|
||
|
:members: ensure_no_remaining_args,
|
||
|
pop_project_package_from_args,
|
||
|
pop_project_package_targetproject_targetpackage_from_args,
|
||
|
pop_project_package_repository_arch_from_args,
|
||
|
pop_repository_arch_from_args
|