@@ -13,7 +13,7 @@ Options:
13
13
14
14
For example:
15
15
16
- '--ascii-input "$(fortune | cowsay -W 25)'
16
+ '--ascii-input "$(fortune | cowsay -W 25)" '
17
17
18
18
-a, --ascii-language <LANGUAGE>
19
19
Which LANGUAGE's ascii art to print
@@ -47,13 +47,21 @@ Options:
47
47
--no-color-palette
48
48
Hides the color palette
49
49
50
- -n, --number-of-authors <NUM>
51
- NUM of authors to be shown
50
+ --no-title
51
+ Hides the title
52
+
53
+ --number-of-authors <NUM>
54
+ Maximum NUM of authors to be shown
52
55
53
56
[default: 3]
54
57
58
+ --number-of-languages <NUM>
59
+ Maximum NUM of languages to be shown
60
+
61
+ [default: 6]
62
+
55
63
-e, --exclude <EXCLUDE>...
56
- gnore all files & directories matching EXCLUDE
64
+ Ignore all files & directories matching EXCLUDE
57
65
58
66
--no-bots [<REGEX>]
59
67
Exclude [bot] commits. Use <REGEX> to override the default pattern
@@ -97,6 +105,12 @@ Options:
97
105
-z, --iso-time
98
106
Use ISO 8601 formatted timestamps
99
107
108
+ --number-separator <SEPARATOR>
109
+ Which thousands SEPARATOR to use
110
+
111
+ [default: plain]
112
+ [possible values: plain, comma, space, underscore]
113
+
100
114
-E, --email
101
115
Show the email address of each author
102
116
@@ -115,8 +129,8 @@ Options:
115
129
[possible values: bash, elvish, fish, powershell, zsh]
116
130
117
131
-h, --help
118
- Print help information (use `-h` for a summary)
132
+ Print help (see a summary with '-h' )
119
133
120
134
-V, --version
121
- Print version information
122
- ```
135
+ Print version
136
+ ```
0 commit comments