Skip to content

Commit ab08be3

Browse files
authored
feat(cli): trigger release
1 parent 363847b commit ab08be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/enpasscli/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ func main() {
119119
logLevelStr := flag.String("log", defaultLogLevel.String(), "The log level from debug (5) to error (1).")
120120
sort := flag.Bool("sort", false, "Sort the output by title and username.")
121121
trashed := flag.Bool("trashed", false, "Show trashed items in output.")
122+
122123
flag.Parse()
123124

124125
if flag.NArg() == 0 {

0 commit comments

Comments
 (0)