-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Defining a command without cmd or valid imports defined causes panic #50
Comments
frankcarey
pushed a commit
that referenced
this issue
Jan 22, 2017
frankcarey
pushed a commit
that referenced
this issue
Jan 22, 2017
…must result in at least one subcommand.
frankcarey
pushed a commit
that referenced
this issue
Jan 22, 2017
* The were using yaml.Marshall of the config which ends up setting both cmd and imports.
frankcarey
pushed a commit
that referenced
this issue
Jan 22, 2017
Issue #50: Add a (failing) test that demonstrates the panic when a co…
This now has errors and tests specific to each case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should fail more gracefully with a helpful error message.
Example files:
Panic Error
The text was updated successfully, but these errors were encountered: