Skip to content

Commit eece812

Browse files
committed
added version
1 parent b880f01 commit eece812

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/code2text/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ struct Arguments {
3535
fn parse_args() -> Arguments {
3636
let m = App::new("code2text")
3737
.help("code2text")
38-
.about("jared bruni")
38+
.about("code2text - generate random words from code/text")
39+
.version("0.1.0")
3940
.arg(
4041
Arg::with_name("input")
4142
.long("input")

0 commit comments

Comments
 (0)