docs: better description
parent
a947a2db2a
commit
82d94650a5
|
@ -7,7 +7,7 @@ use std::time::Duration;
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(name = "timers")]
|
#[command(name = "timers")]
|
||||||
/// A advanced timer daemon/cli.
|
/// A simple timer daemon/cli.
|
||||||
pub struct Cli {
|
pub struct Cli {
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
pub command: Command,
|
pub command: Command,
|
||||||
|
|
Loading…
Reference in New Issue