mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated views
This commit is contained in:
parent
5cc8db20ff
commit
cae5cb3d66
1 changed files with 2 additions and 3 deletions
|
@ -58,9 +58,8 @@ class ViewMessage:
|
|||
for dep in dependencies:
|
||||
print(f'{color["CYAN"]}{dep[0]}{color["ENDC"]}')
|
||||
print('Dependencies:')
|
||||
for d in dep[1].split():
|
||||
print(f'{color["CYAN"]} {d}{color["ENDC"]}')
|
||||
print()
|
||||
print(f'{color["CYAN"]} {dep[1]}{color["ENDC"]}\n')
|
||||
print('Note: After cleaning you should remove them one by one.')
|
||||
|
||||
def question(self, flags: list):
|
||||
if '--yes' not in flags:
|
||||
|
|
Loading…
Reference in a new issue