mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
Moved description to cargo.toml.
This commit is contained in:
parent
0237e47085
commit
11af345ea1
@ -4,9 +4,10 @@ version = "0.1.0-alpha.1"
|
|||||||
authors = ["ClementTsang <clementjhtsang@gmail.com>"]
|
authors = ["ClementTsang <clementjhtsang@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
keywords = ["cli", "monitor", "process", "system"]
|
keywords = ["cli", "monitoring-tool", "process", "system", "top"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
description = "A graphical top clone."
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ fn main() -> error::Result<()> {
|
|||||||
(name: crate_name!())
|
(name: crate_name!())
|
||||||
(version: crate_version!())
|
(version: crate_version!())
|
||||||
(author: crate_authors!())
|
(author: crate_authors!())
|
||||||
(about: "A graphical top clone.")
|
(about: crate_description!())
|
||||||
//(@arg THEME: -t --theme +takes_value "Sets a colour theme.")
|
//(@arg THEME: -t --theme +takes_value "Sets a colour theme.")
|
||||||
(@arg AVG_CPU: -a --avgcpu "Enables showing the average CPU usage.")
|
(@arg AVG_CPU: -a --avgcpu "Enables showing the average CPU usage.")
|
||||||
//(@arg DEBUG: -d --debug "Enables debug mode.") // TODO: This isn't done yet!
|
//(@arg DEBUG: -d --debug "Enables debug mode.") // TODO: This isn't done yet!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user