We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027a1a9 commit fcb5231Copy full SHA for fcb5231
1 file changed
internal/cli/quickstarts.go
@@ -12,11 +12,12 @@ import (
12
"strconv"
13
"strings"
14
15
+ "github.com/auth0/go-auth0/management"
16
+ "github.com/spf13/cobra"
17
+
18
"github.com/auth0/auth0-cli/internal/ansi"
19
"github.com/auth0/auth0-cli/internal/auth0"
20
"github.com/auth0/auth0-cli/internal/prompt"
- "github.com/auth0/go-auth0/management"
- "github.com/spf13/cobra"
21
)
22
23
// QuickStart app types and defaults.
0 commit comments