We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eece812 commit a4491a4Copy full SHA for a4491a4
1 file changed
source/code2text/src/main.rs
@@ -37,6 +37,7 @@ fn parse_args() -> Arguments {
37
.help("code2text")
38
.about("code2text - generate random words from code/text")
39
.version("0.1.0")
40
+ .author("Jared Bruni")
41
.arg(
42
Arg::with_name("input")
43
.long("input")
0 commit comments