mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
add -g option ignore check_exists_repositories
This commit is contained in:
parent
3c29a0617d
commit
5e64cde598
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class ArgParse(object):
|
|||
# checking if repositories exists
|
||||
if len(self.args) > 1 and self.args[0] not in [
|
||||
'-h', '--help', '-v', '--version', 're-create', 'repo-list',
|
||||
'repo-add', 'repo-remove', 'update', 'update-slpkg'
|
||||
'repo-add', 'repo-remove', 'update', 'update-slpkg', '-g'
|
||||
]:
|
||||
check_exists_repositories()
|
||||
|
||||
|
|
Loading…
Reference in a new issue