wip: initial work

This commit is contained in:
2023-08-28 18:12:31 +10:00
parent ec3b108111
commit 9cbdbebee5
7 changed files with 71 additions and 0 deletions

7
cmd/init/init.go Normal file
View File

@@ -0,0 +1,7 @@
package init
import "github.com/spf13/cobra"
func Command(cmd *cobra.Command, args []string) error {
return nil
}