Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { All bool `short:"a" long:"all" description:"Include directory entries whose names begin with a dot (.)"` Long bool `short:"l" long:"long" description:"List in long format"` Icon bool `short:"i" long:"icon" description:"Display nerd-font icons"` Sort string `short:"S" long:"sort" description:"Sort files by size or type"` }
Options - Parsed input flags schema
Click to show internal directories.
Click to hide internal directories.