Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Fix Issue With "interactive" flag being redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Jul 19, 2020
1 parent cb16194 commit a24e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/findUser.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ To find user by email or by phone use "find by-email" or "find by-phone"`,
func init() {
authCmd.AddCommand(findUserCmd)
findUserCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
listUsersCmd.Flags().BoolP("interactive", "i", false, "Show Interactive UI for Users")
// listUsersCmd.Flags().BoolP("interactive", "i", false, "Show Interactive UI for Users")
}

0 comments on commit a24e5c3

Please sign in to comment.