Giter Site home page Giter Site logo

Comments (2)

mdonnalley avatar mdonnalley commented on June 28, 2024

@rossiam

The usage section in this case indicates that you can use the topic by specifying a sub command,

USAGE
  $ topic-test topic-only COMMAND

I believe this is a valid usage string so I'm not convinced that we should get rid of it but I'm open to hearing arguments about why it should.

Also, the description for the topic can be configured by adding it to the oclif section of your package.json. For instance,

"oclif": {
"topics": {
      "topic-only": {
        "description": "This topic has no top-level command"
      }
    }
}

from core.

rossiam avatar rossiam commented on June 28, 2024

Thanks for the help. I wasn't aware of the configuration in package.json. I'm closing this although I still think there is room for improvement. A couple of errors I made in the original description of this:

  1. I shouldn't have said there "there should be no USAGE stanza" stanza under expected behavior. The default USAGE stanza is describing the sub-commands perfectly. It's only the description that is off.
  2. I should have defined "same-name command". What I mean by this is a topic with no index.ts and no <topic-name>.ts like topic-only in the example.
  3. I could have been more clear that I think the current behavior is correct when there is a same-name command. For example, the topic topic-and-command produces a good description. I just think the default description for a topic with no same-name command should be different or even left out entirely.

from core.

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.