We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbc0067 + 537e7f2 commit ae49adcCopy full SHA for ae49adc
Valkan/Internal/ui/terminal.go
@@ -293,16 +293,16 @@ func ShowMenu() {
293
}
294
295
296
- default:
297
- fmt.Println(Red + "Opção inválida, tente novamente." + Reset)
298
- }
299
-
300
case "4":
301
showHelp()
302
303
case "5":
304
fmt.Println("Saindo...")
305
return
+
+ default:
+ fmt.Println(Red + "Opção inválida, tente novamente." + Reset)
+ }
306
307
308
0 commit comments