finished main func

main
simonkellet 2 years ago
parent 84ab0bf369
commit 0504561263
  1. 3
      main.go

@ -16,8 +16,5 @@ func main() {
if err != nil {
fmt.Fprintf(os.Stderr, "Cannot load config file: %s\n\t%s\n", configFlag, err)
}
TaskRun(*config)
//exampleoutput := TaskCMD(*config)
//fmt.Printf("%s", exampleoutput)
}

Loading…
Cancel
Save