Updated cli menu

This commit is contained in:
Dimitris Zlatanidis 2022-12-25 23:31:26 +02:00
parent ad06193960
commit 0853efc1f1
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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'