Skip to content

Commit ffc2174

Browse files
Yag000Copilot
andauthored
fmt: derives in data
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 726eaa4 commit ffc2174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ pub struct Cli {
3030
get: bool,
3131

3232
/// Sets the current wallpaper to a specific one.
33-
#[clap(long, conflicts_with_all = &["toggle", "seconds", "minutes", "betterlockscreen","reset", "get"])]
33+
#[clap(long, conflicts_with_all = &["toggle", "seconds", "minutes", "betterlockscreen", "reset", "get"])]
3434
set: Option<String>,
3535

3636
/// Resumes the usual cycle
37-
#[clap(long, conflicts_with_all = &["toggle", "seconds", "minutes", "betterlockscreen","reset", "get","stop"])]
37+
#[clap(long, conflicts_with_all = &["toggle", "seconds", "minutes", "betterlockscreen", "reset", "get", "stop"])]
3838
resume: bool,
3939

4040
/// Stops the slideshow. you can resume with `--resume`
41-
#[clap(long, conflicts_with_all = &["toggle", "seconds", "minutes", "betterlockscreen","reset", "get", "resume"])]
41+
#[clap(long, conflicts_with_all = &["toggle", "seconds", "minutes", "betterlockscreen", "reset", "get", "resume"])]
4242
stop: bool,
4343

4444
/// Updates the betterlockscreen wallpaper

0 commit comments

Comments
 (0)