We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d93ecd4 + 4c9fde2 commit 997b74dCopy full SHA for 997b74d
1 file changed
cmd/init.go
@@ -2,9 +2,11 @@ package cmd
2
3
import (
4
"encoding/json"
5
- "github.com/nsecho/furlzz/internal/config"
6
- "github.com/spf13/cobra"
7
"os"
+
+ "github.com/spf13/cobra"
8
9
+ "github.com/nsecho/furlzz/internal/config"
10
)
11
12
const (
@@ -67,7 +69,7 @@ var initCmd = &cobra.Command{
67
69
Timeout: 1,
68
70
WorkingDir: ".",
71
Function: "url",
- Type: defaultType,
72
+ Type: tp,
73
Fuzz: dt,
74
}
75
0 commit comments