Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
d888706e
Unverified
Commit
d888706e
authored
3 years ago
by
nimrod-up9
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Show that the default answer to analysis prompt is yes. (#144)
parent
1ef17542
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cli/cmd/tap.go
+1
-1
cli/cmd/tap.go
with
1 addition
and
1 deletion
+1
-1
cli/cmd/tap.go
+
1
-
1
View file @
d888706e
...
...
@@ -85,7 +85,7 @@ Supported protocols are HTTP and gRPC.`,
if
mizuTapOptions
.
Analysis
{
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"
)
os
.
Exit
(
0
)
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment