mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-08 08:46:16 +01:00
Fixed checked checklist option
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c365beef5c
commit
c418049790
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class ArgParse(object):
|
||||||
def command_repo_enable(self):
|
def command_repo_enable(self):
|
||||||
"""Repositories enable/disable
|
"""Repositories enable/disable
|
||||||
"""
|
"""
|
||||||
|
self.if_checklist()
|
||||||
if len(self.args) == 1 and self.args[0] == "repo-enable":
|
if len(self.args) == 1 and self.args[0] == "repo-enable":
|
||||||
RepoEnable().choose()
|
RepoEnable().choose()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue