Skip to content

Commit

Permalink
fix: do not show prompt when --settings
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 23, 2024
1 parent b5ed187 commit ab291d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ func isNoArgs() bool {
!config.ShowHelp &&
!config.List &&
!config.Dirs &&
!config.Settings &&
!config.ResetSettings
}

Expand Down

0 comments on commit ab291d6

Please sign in to comment.