-
Notifications
You must be signed in to change notification settings - Fork 275
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
CLI returns exit code 1 when help or --version args passed #626
Labels
Comments
eysi09
added
priority:medium
Medium priority issue or feature
and removed
priority:low
Low priority issue or feature
labels
Mar 25, 2019
We need to fix this for Garden to work properly in CI. |
Hmm, why is that? |
Well, this was kind of poorly phrased, Garden works fine in CI regardless. The above was more of a note to self since I'm trying Garden on different CI systems and like to verify that it's properly installed on the agent by running |
eysi09
added a commit
that referenced
this issue
Mar 26, 2019
...also changed LoggerType from enum to union type
eysi09
added a commit
that referenced
this issue
Mar 27, 2019
...also changed LoggerType from enum to union type
eysi09
added a commit
that referenced
this issue
Mar 27, 2019
...also changed LoggerType from enum to union type
eysi09
added a commit
that referenced
this issue
Mar 27, 2019
...also changed LoggerType from enum to union type
eysi09
added a commit
that referenced
this issue
Mar 27, 2019
fix: ensure CLI returns correct exit code (#626)
Closed in #669 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following commands return exit code
1
instead of0
:garden --version garden help
Note that
garden --help
returns0
as expected andgarden version
returns0
if in a project directory but fails withNot a project directory (or any of the parent directories): ...
otherwise.The text was updated successfully, but these errors were encountered: