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

Failure to parse exit command args should return 2 exit code #108

Closed
dsherret opened this issue Jan 27, 2024 · 0 comments · Fixed by #112
Closed

Failure to parse exit command args should return 2 exit code #108

dsherret opened this issue Jan 27, 2024 · 0 comments · Fixed by #112
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@dsherret
Copy link
Member

dsherret commented Jan 27, 2024

Just found this comment in Dax (written by someone else, not me):

https://github.com/dsherret/dax/blob/c885ba58ba52035a6cf99629dbcac90209a94604/src/commands/exit.ts#L13

This line should be changed to 2 it seems:

ExecuteResult::Exit(1, Vec::new())

@dsherret dsherret added bug Something isn't working good first issue Good for newcomers labels Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant