Skip to content

Commit

Permalink
DXE-3895 Fix bugs on rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mimazaka committed Jul 11, 2024
1 parent 88ab25f commit 93e6d38
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/commands/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,6 @@ func CommandLocator() ([]*cli.Command, error) {
BashComplete: autocomplete.Default,
})

commands = append(commands, &cli.Command{
Name: "list",
Description: "List commands",
Action: cmdList,
CustomHelpTemplate: apphelp.SimplifiedHelpTemplate,
})

commands = append(commands, &cli.Command{
Name: "export-cloudaccess",
Description: "Generates Terraform configuration for CAM (Cloud Access Manager) resources",
Expand Down

0 comments on commit 93e6d38

Please sign in to comment.