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

The -m <namespace> argument to boot run is required. #108

Open
phreed opened this issue Apr 6, 2017 · 0 comments
Open

The -m <namespace> argument to boot run is required. #108

phreed opened this issue Apr 6, 2017 · 0 comments

Comments

@phreed
Copy link

phreed commented Apr 6, 2017

https://github.com/danielsz/system/blob/master/src/system/boot.clj#L81
The issue is that > boot run results in a java.lang.NullPointerException.
This is because the namespace argument is not optional.
A couple things could be done to correct the problem.
The most obvious is to check to see if the namespace is supplied and report with the help if it is not.

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