Skip to content

Commit fce8b6b

Browse files
committed
remove ban
1 parent 4216ab2 commit fce8b6b

3 files changed

Lines changed: 0 additions & 110 deletions

File tree

pkg/cmd/cmd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
"github.com/brevdev/brev-cli/pkg/cmd/envvars"
2020
"github.com/brevdev/brev-cli/pkg/cmd/exec"
2121
"github.com/brevdev/brev-cli/pkg/cmd/feedback"
22-
"github.com/brevdev/brev-cli/pkg/cmd/fu"
2322
"github.com/brevdev/brev-cli/pkg/cmd/gpucreate"
2423
"github.com/brevdev/brev-cli/pkg/cmd/gpusearch"
2524
"github.com/brevdev/brev-cli/pkg/cmd/grantssh"
@@ -293,7 +292,6 @@ func createCmdTree(cmd *cobra.Command, t *terminal.Terminal, loginCmdStore *stor
293292
cmd.AddCommand(clipboard.ForwardPort(t, loginCmdStore))
294293
cmd.AddCommand(envvars.NewCmdEnvVars(t, loginCmdStore))
295294
cmd.AddCommand(connect.NewCmdConnect(t, noLoginCmdStore))
296-
cmd.AddCommand(fu.NewCmdFu(t, loginCmdStore, noLoginCmdStore))
297295
} else {
298296
_ = 0 // noop
299297
}

pkg/cmd/fu/fu.go

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

pkg/cmd/fu/fu_test.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)