mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-24 02:12:49 +00:00
Allow specifying --skip-proj-cfg-update for 'abf get'
This commit is contained in:
parent
e69d4735bf
commit
39b6878db7
1 changed files with 1 additions and 0 deletions
1
abf.py
1
abf.py
|
@ -130,6 +130,7 @@ def parse_command_line():
|
|||
parser_get.add_argument('project', action='store', help=_('project name. ([group/]project). If no group specified, '
|
||||
'it\'s assumed to be your default group.'))
|
||||
parser_get.add_argument('-b', '--branch', action='store', help=_('branch to checkout'))
|
||||
parser_get.add_argument('--skip-proj-cfg-update', action='store_true', help=_('Do not update cache with information about project builds.'))
|
||||
parser_get.set_defaults(func=get)
|
||||
|
||||
# put
|
||||
|
|
Loading…
Add table
Reference in a new issue