wip: initial work
This commit is contained in:
7
cmd/init/init.go
Normal file
7
cmd/init/init.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package init
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func Command(cmd *cobra.Command, args []string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user