mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated cli menu
This commit is contained in:
parent
ad06193960
commit
0853efc1f1
2 changed files with 4 additions and 2 deletions
|
@ -59,7 +59,7 @@ Usage
|
|||
-r, remove <packages> Remove installed packages.
|
||||
-f, find <packages> Find installed packages.
|
||||
-w, view <packages> View packages from the repository.
|
||||
-s, search <packages> Search packages from the repository.
|
||||
-s, search <packages> Search and print packages from the repository.
|
||||
-e, dependees <packages> Show which packages depend.
|
||||
-t, tracking <packages> Tracking the packages dependencies.
|
||||
|
||||
|
@ -69,6 +69,8 @@ Usage
|
|||
--resolve-off Turns off dependency resolving.
|
||||
--reinstall Upgrade packages of the same version.
|
||||
--skip-installed Skip installed packages.
|
||||
--full-reverse Full reverse dependency. │
|
||||
--search Search packages from the repository.
|
||||
|
||||
-h, --help Show this message and exit.
|
||||
-v, --version Print version and exit.
|
||||
|
|
|
@ -50,7 +50,7 @@ class Usage:
|
|||
f' {self.cyan}-r, remove{self.endc} <packages> Remove installed packages.\n'
|
||||
f' {self.cyan}-f, find{self.endc} <packages> Find installed packages.\n'
|
||||
f' {self.cyan}-w, view{self.endc} <packages> View packages from the repository.\n'
|
||||
f' {self.cyan}-s, search{self.endc} <packages> Search packages from the repository.\n'
|
||||
f' {self.cyan}-s, search{self.endc} <packages> Search and print packages from the repository.\n'
|
||||
f' {self.cyan}-e, dependees{self.endc} <packages> Show which packages depend.\n'
|
||||
f' {self.cyan}-t, tracking{self.endc} <packages> Tracking the packages dependencies.\n'
|
||||
f'\n{self.bold}OPTIONS:{self.endc}\n'
|
||||
|
|
Loading…
Reference in a new issue