Skip to content

Commit

Permalink
[CLOUDGA-23292] [Revert]: Revert old commit for help in Enable/Disabl…
Browse files Browse the repository at this point in the history
…e CP commands (#250)

Co-authored-by: Aditya Kaushik <[email protected]>
  • Loading branch information
adityakaushik99-yb and Aditya Kaushik authored Sep 5, 2024
1 parent 2c1dab3 commit c3db745
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/cluster/connection-pooling/connection_pooling.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ func performConnectionPoolingOperation(operationName string, cmd *cobra.Command,

func init() {
util.AddCommandIfFeatureFlag(ConnectionPoolingCmd, enableConnectionPoolingCmd, util.CONNECTION_POOLING)
enableConnectionPoolingCmd.Flags().String("cluster-name", "", "[REQUIRED] The name of the cluster to get details.")
enableConnectionPoolingCmd.MarkFlagRequired("cluster-name")

util.AddCommandIfFeatureFlag(ConnectionPoolingCmd, disableConnectionPoolingCmd, util.CONNECTION_POOLING)
disableConnectionPoolingCmd.Flags().String("cluster-name", "", "[REQUIRED] The name of the cluster to get details.")
disableConnectionPoolingCmd.MarkFlagRequired("cluster-name")
}

0 comments on commit c3db745

Please sign in to comment.