mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated the cli menu
This commit is contained in:
parent
1312bd80de
commit
7441f38733
1 changed files with 12 additions and 12 deletions
|
@ -23,9 +23,9 @@ class Usage(Configs):
|
|||
f'Usage: {self.prog_name} [{self.yellow}OPTIONS{self.endc}] [{self.cyan}COMMAND{self.endc}] [PACKAGES...]\n'
|
||||
f'\n slpkg [{self.cyan}COMMAND{self.endc}] [-u, update, -U, upgrade, -c, check-updates]\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-L, clean-logs, -D, clean-tmp, -g, configs]\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-b, build, -i, install, -d, download, -R, remove] <packages>\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-f, find, -w, view, -s, search] <packages>\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-e, dependees, -t, tracking] <packages>\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-b, build, -i, install, -d, download] [packages...]\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-R, remove, -f, find, -w, view, -s, search] [packages...]\n'
|
||||
f' slpkg [{self.cyan}COMMAND{self.endc}] [-e, dependees, -t, tracking] [packages...]\n'
|
||||
f' slpkg [{self.yellow}OPTIONS{self.endc}] [-y, --yes, -j, --jobs, -o, --resolve-off, -r, --reinstall]\n'
|
||||
f' slpkg [{self.yellow}OPTIONS{self.endc}] [-k, --skip-installed, -E, --full-reverse, -S, --search]\n'
|
||||
f' slpkg [{self.yellow}OPTIONS{self.endc}] [-n, --no-silent, -p, --pkg-version]\n'
|
||||
|
@ -48,15 +48,15 @@ class Usage(Configs):
|
|||
f' {self.cyan}-g, configs{self.endc} Edit the configuration file.\n'
|
||||
f' {self.cyan}-L, clean-logs{self.endc} Clean dependencies log tracking.\n'
|
||||
f' {self.cyan}-D, clean-tmp{self.endc} Delete all the downloaded sources.\n'
|
||||
f' {self.cyan}-b, build{self.endc} <packages> Build only the packages.\n'
|
||||
f' {self.cyan}-i, install{self.endc} <packages> Build and install the packages.\n'
|
||||
f' {self.cyan}-d, download{self.endc} <packages> Download only the scripts and sources.\n'
|
||||
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}-e, dependees{self.endc} <packages> Show which packages depend.\n'
|
||||
f' {self.cyan}-t, tracking{self.endc} <packages> Tracking the packages dependencies.\n'
|
||||
f' {self.cyan}-b, build{self.endc} [packages...] Build only the packages.\n'
|
||||
f' {self.cyan}-i, install{self.endc} [packages...] Build and install the packages.\n'
|
||||
f' {self.cyan}-d, download{self.endc} [packages...] Download only the scripts and sources.\n'
|
||||
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}-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'
|
||||
f' {self.yellow}-y, --yes{self.endc} Answer Yes to all questions.\n'
|
||||
f' {self.yellow}-j, --jobs{self.endc} Set it for multicore systems.\n'
|
||||
|
|
Loading…
Reference in a new issue