We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638e2e1 commit c0d419fCopy full SHA for c0d419f
main.go
@@ -9,8 +9,8 @@ import (
9
)
10
11
var opts struct {
12
- All bool `short:"a" long:"all" description:"Include directory entries whose names begin with a dot (.)."`
13
- Long bool `short:"l" long:"long" description:"List in long format."`
+ 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"`
14
Icon bool `short:"i" long:"icon" description:"Display nerd-font icons"`
15
}
16
0 commit comments