Skip to content

Commit

Permalink
gctcli: Fix enable flag for various commands (thrasher-corp#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- authored Aug 18, 2021
1 parent c38757a commit 08df015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/gctcli/pair_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ var exchangePairManagerCommand = &cli.Command{
&cli.BoolFlag{
Name: "enable",
Hidden: true,
Value: true,
},
},
Action: enableDisableExchangeAsset,
Expand Down Expand Up @@ -102,6 +103,7 @@ var exchangePairManagerCommand = &cli.Command{
&cli.BoolFlag{
Name: "enable",
Hidden: true,
Value: true,
},
},
Action: enableDisableExchangePair,
Expand All @@ -117,6 +119,7 @@ var exchangePairManagerCommand = &cli.Command{
&cli.BoolFlag{
Name: "enable",
Hidden: true,
Value: true,
},
},
Action: enableDisableAllExchangePairs,
Expand Down
1 change: 1 addition & 0 deletions cmd/gctcli/websocket_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ var websocketManagerCommand = &cli.Command{
&cli.BoolFlag{
Name: "enable",
Hidden: true,
Value: true,
},
},
Action: enableDisableWebsocket,
Expand Down

0 comments on commit 08df015

Please sign in to comment.