Integrate cobra into the framework part1
This commit is contained in:
8
framework/commands/kernel.go
Normal file
8
framework/commands/kernel.go
Normal file
@ -0,0 +1,8 @@
|
||||
package commands
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func AddKernelCommands(root *cobra.Command) {
|
||||
// root.AddCommand(DemoCommand)
|
||||
// root.AddCommand(initAppCommand())
|
||||
}
|
Reference in New Issue
Block a user