Giter VIP home page Giter VIP logo

Comments (4)

justjanne avatar justjanne commented on May 23, 2024

The problem is that there is a standard (error codes between 64 and 127 are errors of the user or program, 128 means the error code is invalid, 129 to 255 are errors resulting from signals being sent), but this standard isn't really used.

Every program uses another standard for error codes, and generally 1 is used as generic error, 2 for usage, etc.

Grep and git grep use them differently, though.

I'm not sure if there is a better way, but I wanted to use meaningful names instead of numbers whenever possible.

from powerline-go.

autarch avatar autarch commented on May 23, 2024

Yeah, I'm really not sure how to do anything better. Maybe this just needs some documentation updates.

from powerline-go.

mpepping avatar mpepping commented on May 23, 2024

In this context in will be an improvement if the showing of meaningful names for errors, or the 'plain' exit codes, can be configured. In the case of the grep and git grep examples the parsing of the return prompt (as a human 😎) would be easier.

from powerline-go.

mpepping avatar mpepping commented on May 23, 2024

Added a PR to make either meaningful names (default) or numeric exit codes configurable.

from powerline-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.