refactor: updated cmd command funcs
This commit is contained in:
parent
a1a9c6407f
commit
1413312893
6 changed files with 63 additions and 1 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package cmd
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var profilesCmd = &cobra.Command{
|
||||
Use: "profiles",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue