Dwayne Ghant
Dwayne Ghant
Using Cygwin 64bit. I had to replace the 'cs' file. DEFAULT INSTALL: `java -jar /home//.conscript/sbt-launch-0.13.7.jar @$HOME/.conscript/n8han/conscript/cs/launchconfig "$@"` COMMANDLINE: `java -jar sbt-launch-0.13.7.jar @file:C:\\cygwin64/home//.conscript/n8han/conscript/cs/launchconfig "$@"` Slowly, considering @alun's advise...lol and I do...
I'm really surprised this code below doesn't work either: ``` rootCmd.PersistentFlags().StringP("needed-file", "i", "", "needed file path. Defaults (required)") if err := rootCmd.MarkPersistentFlagRequired("needed-file"); err != nil { fmt.Println("HELLO people") } ```...