mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 21:55:11 +02:00
other: revert color help text change (#1217)
Didn't mean to push this, reverting it.
This commit is contained in:
parent
751abecfe3
commit
9e97680131
22
src/args.rs
22
src/args.rs
@ -271,7 +271,27 @@ pub fn build_app() -> Command {
|
|||||||
"nord",
|
"nord",
|
||||||
"nord-light",
|
"nord-light",
|
||||||
]))
|
]))
|
||||||
.help("Use a pre-defined color scheme.");
|
.hide_possible_values(true)
|
||||||
|
.help("Use a color scheme, use --help for info.")
|
||||||
|
.long_help(
|
||||||
|
"\
|
||||||
|
Use a pre-defined color scheme. Currently supported values are:
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
| default |
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
| default-light (default but for use with light backgrounds) |
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
| gruvbox (a bright theme with 'retro groove' colors) |
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
| gruvbox-light (gruvbox but for use with light backgrounds) |
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
| nord (an arctic, north-bluish color palette) |
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
| nord-light (nord but for use with light backgrounds) |
|
||||||
|
+------------------------------------------------------------+
|
||||||
|
Defaults to \"default\".
|
||||||
|
",
|
||||||
|
);
|
||||||
|
|
||||||
let mem_as_value = Arg::new("mem_as_value")
|
let mem_as_value = Arg::new("mem_as_value")
|
||||||
.long("mem_as_value")
|
.long("mem_as_value")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user