Giter VIP home page Giter VIP logo

Comments (7)

adrianaisemberg avatar adrianaisemberg commented on July 17, 2024

Interesting.
I'll design something and implement ASAP.

Thanks!

Adrian Aisemberg
vercue.com http://www.vercue.com
sharpregion.com http://www.sharpregion.com

On Thu, Mar 22, 2012 at 11:51 AM, Matt Hickford <
[email protected]

wrote:

CLAP applications ought to use return codes to mimic Unix commands. For
comparison

$ git party ; echo $?
git: 'party' is not a git command. See 'git --help'.
1

Whereas with a CLAP app

Verb 'party' was not found
0

$ git status ; echo $?
fatal: Not a git repository (or any of the parent directories): .git
128


Reply to this email directly or view it on GitHub:
#12

from clap.

hickford avatar hickford commented on July 17, 2024

Another thought: what happens if my verb method returns an int?

from clap.

adrianaisemberg avatar adrianaisemberg commented on July 17, 2024

Fixed in 3.9.
Returns 1 or 0, according to whether an error occurred or not.

from clap.

hickford avatar hickford commented on July 17, 2024

Thanks Adrian

from clap.

adrianaisemberg avatar adrianaisemberg commented on July 17, 2024

All verbs are void by design, however, I'll consider changing it to allow returning values, although it will be a conflict to returning an int according to success/failure.

from clap.

hickford avatar hickford commented on July 17, 2024

Void verbs is sensible. If I want to exit with a specific code I will use Environment.Exit

from clap.

adrianaisemberg avatar adrianaisemberg commented on July 17, 2024

Cheers!

from clap.

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.