Skip to content

Commit

Permalink
feat(cli): trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Mar 22, 2021
1 parent 363847b commit ab08be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/enpasscli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func main() {
logLevelStr := flag.String("log", defaultLogLevel.String(), "The log level from debug (5) to error (1).")
sort := flag.Bool("sort", false, "Sort the output by title and username.")
trashed := flag.Bool("trashed", false, "Show trashed items in output.")

flag.Parse()

if flag.NArg() == 0 {
Expand Down

0 comments on commit ab08be3

Please sign in to comment.