Fix up some more spelling

This commit is contained in:
Alec Scott
2021-06-09 18:39:19 -07:00
parent 021b1f861c
commit 0fb0eb6c62
3 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ type InitArgs struct {
InterfaceName string
}
// InitRun handles the execution of the init command.
func InitRun(r *cmd.Root, c *cmd.Sub) {
// Parse Command Arguments
args := c.Args.(*InitArgs)