You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,7 +144,7 @@ var probesCmd = &cobra.Command{
129
144
130
145
// Check if it's the last item or if user wants to see more
131
146
paginationPrompt:= promptui.Prompt{
132
-
Label: "Press Enter to show more environments (or type 'q' to quit)",
147
+
Label: "Press Enter to show more probes (or type 'q' to quit)",
133
148
AllowEdit: true,
134
149
Default: "",
135
150
}
@@ -150,6 +165,6 @@ func init() {
150
165
GetCmd.AddCommand(probesCmd)
151
166
152
167
probesCmd.Flags().String("project-id", "", "Set the project-id to get Probe from a particular project.")
153
-
probesCmd.Flags().String("non-intereactive-mode", "", "Set the non-intereactive-mode to true to false to pass probetype value as a flag")
168
+
probesCmd.Flags().BoolP("non-interactive", "n", false, "Set it to true for non interactive mode | Note: Always set the boolean flag as --non-interactive=Boolean")
154
169
probesCmd.Flags().String("probe-types", "", "Set the probe-types as comma separated values to filter the probes")
0 commit comments