this repo has no description

fmt: order options in alphabetical order

Abe Estrada 97e01504 2731768d

+2 -2
+2 -2
src/main.zig
··· 19 19 \\ -A, --almost-all Like --all, but skips implicit "." and ".." directories 20 20 \\ -C, --columns Print the output in columns 21 21 \\ --color=WHEN When to use colors (always, auto, never) 22 + \\ --group=WHEN When to display group (always, auto, never) 22 23 \\ --group-directories-first Print all directories before printing regular files 23 24 \\ --hyperlinks=WHEN When to use OSC 8 hyperlinks (always, auto, never) 24 25 \\ --icons=WHEN When to display icons (always, auto, never) 25 26 \\ -l, --long Display extended file metadata 26 27 \\ --mode=WHEN When to display mode (always, auto, never) 27 - \\ --user=WHEN When to display user (always, auto, never) 28 - \\ --group=WHEN When to display group (always, auto, never) 29 28 \\ -r, --reverse Reverse the sort order 30 29 \\ -t, --time Sort the entries by modification time, most recent first 30 + \\ --user=WHEN When to display user (always, auto, never) 31 31 \\ 32 32 ; 33 33