We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf4071 commit a979645Copy full SHA for a979645
readme.markdown
@@ -74,7 +74,7 @@ Options:
74
amount of time to calculate
75
76
-j, --json
77
- Print attributes in JSON format
+ Print attributes and word samples in JSON format
78
79
-s, --samples
80
Print a handful of pseudorandomly selected words from the created list
src/main.rs
@@ -33,7 +33,7 @@ struct Args {
33
#[clap(short = 'A', long = "attributes", action = clap::ArgAction::Count)]
34
attributes: u8,
35
36
- /// Print attributes in JSON format
+ /// Print attributes and word samples in JSON format
37
#[clap(short = 'j', long = "json")]
38
attributes_as_json: bool,
39
0 commit comments