Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE if running in Git Bash on Windows #4

Open
paul-griffith opened this issue Jul 7, 2020 · 0 comments
Open

NPE if running in Git Bash on Windows #4

paul-griffith opened this issue Jul 7, 2020 · 0 comments

Comments

@paul-griffith
Copy link
Contributor

Works okay in cmd.exe/Powershell, so maybe line endings?

pgriffith@DV-FXJY5M2-LT MINGW64 ~/IdeaProjects
$ ./ignition-module-gen.exe
** Ignition Module Generator **
Please provide some information so we can generate your skeleton module.
Press 'Enter' to use default if a default is stated as available.
java.lang.NullPointerException
        at io.ia.sdk.tools.module.cli.ModuleGeneratorCli.prompt(ModuleGeneratorCli.kt:58)
        at io.ia.sdk.tools.module.cli.ModuleGeneratorCli.call(ModuleGeneratorCli.kt:73)
        at io.ia.sdk.tools.module.cli.ModuleGeneratorCli.call(ModuleGeneratorCli.kt:26)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1853)
        at picocli.CommandLine.access$1100(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2255)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2249)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2213)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2080)
        at picocli.CommandLine.execute(CommandLine.java:1978)
        at io.ia.sdk.tools.module.cli.ModuleGeneratorCli$Companion.main(ModuleGeneratorCli.kt:146)
        at io.ia.sdk.tools.module.cli.ModuleGeneratorCli.main(ModuleGeneratorCli.kt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant