Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Amizhthanmd committed Nov 4, 2024
1 parent 30c8a48 commit 8a2a505
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ and symbols for added complexity. Ideal for creating strong passwords that
enhance security for online accounts and applications.`,

Run: func(cmd *cobra.Command, args []string) {
fmt.Println(isUpperCase, isLowerCase, isNumbers, isSpecialChar)
includes := generateIncludes(isUpperCase, isLowerCase, isNumbers, isSpecialChar)
password, err := generatePassword(length, includes)
if err != nil {
Expand Down

0 comments on commit 8a2a505

Please sign in to comment.