mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Merge branch 'develop' into 'master'
Develop See merge request dslackw/slpkg!100
This commit is contained in:
commit
38c248b61d
2 changed files with 3 additions and 1 deletions
|
@ -131,7 +131,7 @@ Dépendances inverses complètes. Ne fonctionne qu'avec la commande \fB-e, depen
|
|||
--search
|
||||
.RS
|
||||
Active l'utilitaire de dialogue pour rechercher des paquets dans le référentiel.
|
||||
Essayez par exemple : `slpkg install python3 --search` ou `slpkg download python3 --search` et ainsi de suite.
|
||||
Essayez par exemple : \fB`slpkg install python3 --search`\fP ou \fB`slpkg download python3 --search`\fP et ainsi de suite.
|
||||
.RE
|
||||
.P
|
||||
-h | --help
|
||||
|
|
|
@ -42,6 +42,8 @@ class ViewMessage:
|
|||
def view_packages(self, package, version, mode):
|
||||
""" Printing the main packages. """
|
||||
color = self.cyan
|
||||
if mode == 'install' and self.utils.is_installed(package):
|
||||
color = self.grey
|
||||
if mode == 'remove':
|
||||
color = self.red
|
||||
if mode == 'build':
|
||||
|
|
Loading…
Reference in a new issue