Skip to content

Commit

Permalink
Merge branch 'release-5.3' into 5.3-kafka-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand authored Feb 21, 2022
2 parents 4482ac6 + c8158a3 commit 66cdc4c
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 5 deletions.
3 changes: 3 additions & 0 deletions dm/dm/ctl/ctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func NewRootCmd() *cobra.Command {
Short: "DM control",
SilenceUsage: true,
SilenceErrors: true,
CompletionOptions: cobra.CompletionOptions{
DisableDefaultCmd: true,
},
}
// --worker worker1 -w worker2 --worker=worker3,worker4 -w=worker5,worker6
cmd.PersistentFlags().StringSliceVarP(&commandMasterFlags.workers, "source", "s", []string{}, "MySQL Source ID.")
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require (
github.com/rakyll/statik v0.1.7
github.com/shopspring/decimal v1.3.0
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
Expand Down
Loading

0 comments on commit 66cdc4c

Please sign in to comment.