We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072802b commit 09f1b68Copy full SHA for 09f1b68
src/cli.rs
@@ -72,7 +72,7 @@ pub fn app() -> App<'static, 'static> {
72
73
App::new(clap::crate_name!())
74
.version(clap::crate_version!())
75
- .author(clap::crate_authors!("\n"))
+ .author("Maximilian Luz <[email protected]>")
76
.about("Control various aspects of Microsoft Surface devices")
77
.setting(AppSettings::SubcommandRequiredElseHelp)
78
.global_settings(&settings)
0 commit comments