@@ -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