···9 \\Usage:
10 \\ els [options] [directory]
11 \\
12- \\ --help Print this message and exit
13 \\
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
022;
2324const Options = struct {
···9 \\Usage:
10 \\ els [options] [directory]
11 \\
12+ \\ --help Print this message and exit
13 \\
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+ \\ --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
23;
2425const Options = struct {