6 lines
93 B
Go
6 lines
93 B
Go
package app
|
|
|
|
import "github.com/spf13/cobra"
|
|
|
|
func Run(cmd *cobra.Command, args []string) {}
|