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 4ab13dc commit 4281037Copy full SHA for 4281037
1 file changed
cmd/cmd.go
@@ -38,7 +38,6 @@ func NewCommad() *cobra.Command {
38
},
39
}
40
41
-func init() {
42
command.AddCommand(NewImportCommand(&clientOpts))
43
command.AddCommand(NewVersionCommand())
44
command.AddCommand(NewTestCommand())
0 commit comments