remove boot-v1 support; disable user-services by default
This commit is contained in:
@ -1,16 +1 @@
|
||||
package initdefault
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
func Command() (c *cobra.Command) {
|
||||
c = &cobra.Command{
|
||||
Use: "default",
|
||||
Short: "default stage",
|
||||
Run: run,
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
func run(c *cobra.Command, args []string) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user