We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4491a4 commit 1b33553Copy full SHA for 1b33553
1 file changed
source/code2text/src/main.rs
@@ -37,7 +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")
+ .author("Jared Bruni (jaredbruni@protonmail.com)")
41
.arg(
42
Arg::with_name("input")
43
.long("input")
0 commit comments