ls but with io_uring

cmd: add --group-directories-first to usage

rockorager.dev 043cc8d8 3edceb0c

verified
+9 -8
+9 -8
src/main.zig
··· 9 9 \\Usage: 10 10 \\ els [options] [directory] 11 11 \\ 12 - \\ --help Print this message and exit 12 + \\ --help Print this message and exit 13 13 \\ 14 14 \\DISPLAY OPTIONS 15 - \\ -1, --oneline Print entries one per line 16 - \\ -a, --all Show files that start with a dot (ASCII 0x2E) 17 - \\ -A, --almost-all Like --all, but skips implicit "." and ".." directories 18 - \\ -C, --columns Print the output in columns 19 - \\ --color=WHEN When to use colors (always, auto, never) 20 - \\ --icons=WHEN When to display icons (always, auto, never) 21 - \\ -l, --long Display extended file metadata 15 + \\ -1, --oneline Print entries one per line 16 + \\ -a, --all Show files that start with a dot (ASCII 0x2E) 17 + \\ -A, --almost-all Like --all, but skips implicit "." and ".." directories 18 + \\ -C, --columns Print the output in columns 19 + \\ --color=WHEN When to use colors (always, auto, never) 20 + \\ --group-directories-first When to use colors (always, auto, never) 21 + \\ --icons=WHEN When to display icons (always, auto, never) 22 + \\ -l, --long Display extended file metadata 22 23 ; 23 24 24 25 const Options = struct {