package main import ( "fmt" "mftecmd/internal/cmd" ) func main() { program := cmd.NewCLI() cmd := program.Run() fmt.Printf("%+v\n", cmd) }