mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated cli menu
This commit is contained in:
parent
48f9f78758
commit
aec74047c0
3 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Usage
|
||||||
|
|
||||||
$ slpkg --help
|
$ slpkg --help
|
||||||
|
|
||||||
USAGE: slpkg [OPTIONS] <packages>
|
USAGE: slpkg [OPTIONS] [COMMAND] <packages>
|
||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Packaging tool that interacts with the SBo repository.
|
Packaging tool that interacts with the SBo repository.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.1.0" dslackw
|
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.1.0" dslackw
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.P
|
.P
|
||||||
slpkg - [OPTIONS] <packages>
|
slpkg - [OPTIONS] [COMMAND] <packages>
|
||||||
.SH SYNAPSES
|
.SH SYNAPSES
|
||||||
.P
|
.P
|
||||||
slpkg [-h|-v] [update] [build] [install] [remove] [find] [search] [clean-logs] [clean-tmp] --yes --resolve-off --reinstall
|
slpkg [-h|-v] [update] [build] [install] [remove] [find] [search] [clean-logs] [clean-tmp] --yes --resolve-off --reinstall
|
||||||
|
|
|
@ -15,7 +15,7 @@ def usage(status: int):
|
||||||
YELLOW = color['YELLOW']
|
YELLOW = color['YELLOW']
|
||||||
ENDC = color['ENDC']
|
ENDC = color['ENDC']
|
||||||
|
|
||||||
args = [f'{BOLD}USAGE:{ENDC} {Configs.prog_name} [{CYAN}OPTIONS{ENDC}] <packages>\n',
|
args = [f'{BOLD}USAGE:{ENDC} {Configs.prog_name} [{YELLOW}OPTIONS{ENDC}] [{CYAN}COMMAND{ENDC}] <packages>\n',
|
||||||
f'{BOLD}DESCRIPTION:{ENDC}',
|
f'{BOLD}DESCRIPTION:{ENDC}',
|
||||||
' Packaging tool that interacts with the SBo repository.\n',
|
' Packaging tool that interacts with the SBo repository.\n',
|
||||||
f'{BOLD}COMMANDS:{ENDC}',
|
f'{BOLD}COMMANDS:{ENDC}',
|
||||||
|
|
Loading…
Add table
Reference in a new issue