mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-02-23 12:23:58 +00:00
fix help message
This commit is contained in:
parent
29799b7c3a
commit
6def9f298c
@ -1,9 +1,9 @@
|
||||
use clap::{App, Arg, ArgGroup, ArgMatches};
|
||||
|
||||
pub fn build_cli() -> App<'static, 'static> {
|
||||
App::new("RS Light")
|
||||
.version("1.0")
|
||||
.author("crapStone <wewr.mc@gmail.com>")
|
||||
App::new("lamp")
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
.author("crapStone <crapstone01@gmail.com>")
|
||||
.about("Utility to interact with backlight")
|
||||
.arg(
|
||||
Arg::with_name("set")
|
||||
|
Loading…
x
Reference in New Issue
Block a user