refactor: removed unnecessary cmd commands
This commit is contained in:
parent
ea4819e97a
commit
0de7beefd0
2 changed files with 0 additions and 25 deletions
|
|
@ -1,11 +0,0 @@
|
|||
package cmd
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var pluginCmd = &cobra.Command{}
|
||||
|
||||
var pluginCompileCmd = &cobra.Command{}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(pluginCmd, pluginCompileCmd)
|
||||
}
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
package cmd
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var profilesCmd = &cobra.Command{
|
||||
Use: "profiles",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(profilesCmd)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue