We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712257f commit fe905abCopy full SHA for fe905ab
1 file changed
src/args/mod.rs
@@ -74,7 +74,7 @@ impl ClapArgumentLoader {
74
75
let command = clap::App::new("complate")
76
.version(env!("CARGO_PKG_VERSION"))
77
- .about("A git commit buddy.")
+ .about("A rusty text templating application for CLIs.")
78
.author("Weber, Heiko Alexander <haw@voidpointergroup.com>")
79
.arg(clap::Arg::with_name("experimental")
80
.short("e")
0 commit comments