Giter Club home page Giter Club logo

Comments (3)

codegangsta avatar codegangsta commented on May 12, 2024

There is a help command that is build into the library, although it would be nice to have help flags handled automagically as well. I'm going to keep this issue around and work on it soon.

Thanks for submitting the issue :)

from cli.

SJD avatar SJD commented on May 12, 2024

Yeah, I started out by defining the help flag in help.go (next to the automagic version), and then special casing it by calling showAppHelp, or some such, after a check for the GlobalBool just before the version processing, but it was messy, and I don't really want to be customising cli if I can help it. I understand you have the help command, which I guess is aimed at providing help for other sub commands. In my case, I have no subcommands (although I may add some in this or other apps), and so the default behaviour is just for the process to start.

All I was after was the auto-generated help and exit when people do the ubiquitous -h/ --help. Having to do " help" is surprising for most users - especially as -h/ --help do nothing (if you override the default top level action) so you don't get to see that there even /is/ a help command. Perhaps you could even expose something like that showAppHelp in the public cli API with an optional message which gives people the ability to invoke it at will with contextual information for the user.

Just some thoughts. Anywho, thanks for the package =]

from cli.

codegangsta avatar codegangsta commented on May 12, 2024

Handling -h / --help should be pretty easy. Right now I think the flags package hijacks it but it shouldn't be too hard to trigger trigger the help action when those flags are present.

I will start working on this sometime tomorrow.

Thanks

Sent from my iPhone

On Jul 23, 2013, at 9:10 PM, Sam Duncan [email protected] wrote:

Yeah, I started out by defining the help flag in help.go (next to the automagic version), and then special casing it by calling showAppHelp, or some such, after a check for the GlobalBool just before the version processing, but it was messy, and I don't really want to be customising cli if I can help it. I understand you have the help command, which I guess is aimed at providing help for other sub commands. In my case, I have no subcommands (although I may add some in this or other apps), and so the default behaviour is just for the process to start.

All I was after was the auto-generated help and exit when people do the ubiquitous -h/ --help. Having to do " help" is surprising for most users - especially as -h/ --help do nothing (if you override the default top level action) so you don't get to see that there even /is/ a help command. Perhaps you could even expose something like that showAppHelp in the public cli API with an optional message which gives people the ability to invoke it at will with contextual information for the user.

Just some thoughts. Anywho, thanks for the package =]


Reply to this email directly or view it on GitHub.

from cli.

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.