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