Skip to content

Commit

Permalink
update after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed May 3, 2024
1 parent a1c5a17 commit 9ae52f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/interactive.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cmd

import (
"github.com/opentdf/otdfctl/pkg/cli"
"github.com/opentdf/otdfctl/pkg/man"
"github.com/opentdf/otdfctl/tui"
"github.com/spf13/cobra"
Expand All @@ -10,7 +9,7 @@ import (
func init() {
cmd := man.Docs.GetCommand("interactive",
man.WithRun(func(cmd *cobra.Command, args []string) {
h := cli.NewHandler(cmd)
h := NewHandler(cmd)
tui.StartTea(h)
}),
)
Expand Down

0 comments on commit 9ae52f8

Please sign in to comment.