File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -154,16 +154,6 @@ impl Cli {
154
154
} ,
155
155
) ,
156
156
)
157
- . arg (
158
- Arg :: with_name ( "ascii-colors" )
159
- . short ( "c" )
160
- . long ( "ascii-colors" )
161
- . value_name ( "X" )
162
- . multiple ( true )
163
- . takes_value ( true )
164
- . possible_values ( color_values)
165
- . help ( "Colors (X X X...) to print the ascii art." ) ,
166
- )
167
157
. arg (
168
158
Arg :: with_name ( "true-color" )
169
159
. long ( "true-color" )
@@ -177,6 +167,16 @@ impl Cli {
177
167
"Specify when to use true color (*auto*, never, always). \n \
178
168
If set to auto: true color will be enabled if supported by the terminal.")
179
169
)
170
+ . arg (
171
+ Arg :: with_name ( "ascii-colors" )
172
+ . short ( "c" )
173
+ . long ( "ascii-colors" )
174
+ . value_name ( "X" )
175
+ . multiple ( true )
176
+ . takes_value ( true )
177
+ . possible_values ( color_values)
178
+ . help ( "Colors (X X X...) to print the ascii art." ) ,
179
+ )
180
180
. arg (
181
181
Arg :: with_name ( "text-colors" )
182
182
. short ( "t" )
You can’t perform that action at this time.
0 commit comments