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

Apply rules for exit codes #73

Closed
ivan-podorozhnyi opened this issue Sep 6, 2017 · 0 comments
Closed

Apply rules for exit codes #73

ivan-podorozhnyi opened this issue Sep 6, 2017 · 0 comments

Comments

@ivan-podorozhnyi
Copy link
Contributor

We need to define and apply some rule for exit codes that we use in elegant-git.
For example:

  • exit code 0 means that app worked without errors;
  • exit code 1 means that some argument passed is incorrect;
  • etc.

Please give your ideas about exit codes classification.

extsoft added a commit that referenced this issue Jul 3, 2018
In addition to the implementation of initial logic, started work on exit
codes standardization.

#119, #73
extsoft added a commit that referenced this issue Jul 3, 2018
In addition to the implementation of initial logic, started work on exit
codes standardization.

#119, #73
extsoft added a commit that referenced this issue Jul 29, 2019
In order to keep consistency, all exit codes are documented and
applied in accordance with their purpose. Also, they will be used
as a base for further development.

#73
extsoft added a commit that referenced this issue Jul 29, 2019
In order to keep consistency, all exit codes are documented and
applied in accordance with their purpose. Also, they will be used
as a base for further development.

#73
@extsoft extsoft closed this as completed Jul 29, 2019
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

2 participants