Skip to content

Commit

Permalink
commands: remove deprecated 'dns'
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Dec 12, 2023
1 parent df09ec6 commit 400da0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
78 changes: 0 additions & 78 deletions core/commands/dns.go

This file was deleted.

2 changes: 0 additions & 2 deletions core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ var rootSubcommands = map[string]*cmds.Command{
"dht": DhtCmd,
"routing": RoutingCmd,
"diag": DiagCmd,
"dns": DNSCmd,
"id": IDCmd,
"key": KeyCmd,
"log": LogCmd,
Expand Down Expand Up @@ -186,7 +185,6 @@ var rootROSubcommands = map[string]*cmds.Command{
},
},
"get": GetCmd,
"dns": DNSCmd,
"ls": LsCmd,
"name": {
Subcommands: map[string]*cmds.Command{
Expand Down
1 change: 0 additions & 1 deletion test/cli/basic_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func TestAllRootCommandsAreMentionedInHelpText(t *testing.T) {
notInHelp := map[string]bool{
"object": true,
"shutdown": true,
"dns": true,
}

helpMsg := strings.TrimSpace(node.IPFS("--help").Stdout.String())
Expand Down

0 comments on commit 400da0a

Please sign in to comment.