File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
> simply list everything in a directory
8
8
9
- > no fancy stuff => just another (bad) ``` ls ``` clone
9
+ > just another (bad) ``` ls ``` clone
10
10
11
11
## Examples
12
12
Original file line number Diff line number Diff line change @@ -365,14 +365,14 @@ fn sl() -> Command {
365
365
"{}\n {} {} {} {} {} {}" ,
366
366
"Simply list directory entries" ,
367
367
"💥" ,
368
- "WITHOUT" . strikethrough ( ) . yellow ( ) ,
369
- "any" . bold ( ) . underline ( ) . blue ( ) ,
368
+ "even" . bold ( ) . underline ( ) . blue ( ) ,
369
+ "WITH" . strikethrough ( ) . yellow ( ) ,
370
370
"fancy" . italic( ) . purple( ) ,
371
371
"stuff" . bright_red( ) . reversed( ) ,
372
372
"✨"
373
373
) )
374
374
// TODO update version
375
- . version ( "1.1.5 " )
375
+ . version ( "1.1.6 " )
376
376
. author ( "Leann Phydon <[email protected] >" )
377
377
. arg (
378
378
Arg :: new ( "colour" )
@@ -822,7 +822,7 @@ fn print_output_long(
822
822
} ;
823
823
824
824
println ! (
825
- "{}{}{}\t {:>30}{} {:>35 } {}" ,
825
+ "{}{}{}\t {:>30}{} {:>37 } {}" ,
826
826
ftype,
827
827
perm_read,
828
828
perm_write,
You can’t perform that action at this time.
0 commit comments