We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9cff1 commit 61c4d82Copy full SHA for 61c4d82
2 files changed
cmd/namespace.go
@@ -8,8 +8,8 @@ import (
8
"github.com/MakeNowJust/heredoc"
9
"github.com/dustin/go-humanize"
10
"github.com/odpf/salt/printer"
11
+ "github.com/odpf/salt/prompt"
12
"github.com/odpf/salt/term"
- "github.com/odpf/stencil/pkg/prompt"
13
stencilv1beta1 "github.com/odpf/stencil/proto/odpf/stencil/v1beta1"
14
"github.com/spf13/cobra"
15
"google.golang.org/grpc/codes"
pkg/prompt/prompt.go
0 commit comments