mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-06 19:14:50 +00:00
Show that the default answer to analysis prompt is yes. (#144)
This commit is contained in:
parent
1ef17542dd
commit
d888706e1e
@ -85,7 +85,7 @@ Supported protocols are HTTP and gRPC.`,
|
|||||||
|
|
||||||
if mizuTapOptions.Analysis {
|
if mizuTapOptions.Analysis {
|
||||||
mizu.Log.Infof(analysisMessageToConfirm)
|
mizu.Log.Infof(analysisMessageToConfirm)
|
||||||
if !uiUtils.AskForConfirmation("Would you like to proceed [y/n]: ") {
|
if !uiUtils.AskForConfirmation("Would you like to proceed [Y/n]: ") {
|
||||||
mizu.Log.Infof("You can always run mizu without analysis, aborting")
|
mizu.Log.Infof("You can always run mizu without analysis, aborting")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user