Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 4, 2023
1 parent 2609858 commit 0db0fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (s LibInfoSlice) Less(i, j int) bool { return s[i].Size < s[j].Size }

var optMap = options.Map{
OPT_EXTERNAL: {Type: options.BOOL},
OPT_PAGER: {Type: options.BOOL},
OPT_MIN_SIZE: {},
OPT_NO_COLOR: {Type: options.BOOL},
OPT_HELP: {Type: options.BOOL},
Expand Down

0 comments on commit 0db0fe9

Please sign in to comment.