We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0083010 commit 4756293Copy full SHA for 4756293
internal/flink/command.go
@@ -60,7 +60,6 @@ func New(cfg *config.Config, prerunner pcmd.PreRunner) *cobra.Command {
60
return cmd
61
}
62
63
-// here
64
func (c *command) addComputePoolFlag(cmd *cobra.Command) {
65
cmd.Flags().String("compute-pool", "", "Flink compute pool ID.")
66
pcmd.RegisterFlagCompletionFunc(cmd, "compute-pool", c.autocompleteComputePools)
0 commit comments