Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 39504ed

Browse files
command: Remove the useless "debug" subcommand
This is just a husk of a container command that has no nested commands under it, so it isn't serving any purpose.
1 parent 8eed942 commit 39504ed

2 files changed

Lines changed: 0 additions & 37 deletions

File tree

command/debug_command.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

commands.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ func initCommands(
9595

9696
PlumbingCommands = map[string]struct{}{
9797
"state": struct{}{}, // includes all subcommands
98-
"debug": struct{}{}, // includes all subcommands
9998
"force-unlock": struct{}{},
10099
"push": struct{}{},
101100
"0.12upgrade": struct{}{},
@@ -339,12 +338,6 @@ func initCommands(
339338
}, nil
340339
},
341340

342-
"debug": func() (cli.Command, error) {
343-
return &command.DebugCommand{
344-
Meta: meta,
345-
}, nil
346-
},
347-
348341
"force-unlock": func() (cli.Command, error) {
349342
return &command.UnlockCommand{
350343
Meta: meta,

0 commit comments

Comments
 (0)