Giter Site home page Giter Site logo

Comments (5)

justinwilaby avatar justinwilaby commented on September 22, 2024

Hey Oclif team! Is there any movement on this? We're running into this on the heroku-cli.

from core.

mdonnalley avatar mdonnalley commented on September 22, 2024

@justinwilaby No movement on it. We had #870 opened to solve this but it raised a lot of design questions that we never answered. What do you have in mind?

from core.

justinwilaby avatar justinwilaby commented on September 22, 2024

@mdonnalley - I believe it makes sense to follow exiting idioms. The github CLI approach is familiar to users and comprises a typical UX - I'd roll with that approach. We have observed users append irrelevant flags and args to commands where oclif seems to just eat them by default. It would be useful to either provide suggestions as described here or throw an error so the CLI author can choose how to act on it.

from core.

mdonnalley avatar mdonnalley commented on September 22, 2024

We have observed users append irrelevant flags and args to commands where oclif seems to just eat them by default. It would be useful to either provide suggestions as described here or throw an error so the CLI author can choose how to act on it.

It should already throw an error if you're on v2 or greater

❯ sf version --foo
 ›   Error: Nonexistent flag: --foo
 ›   See more help with --help

The github CLI approach is familiar to users and comprises a typical UX - I'd roll with that approach

So only showing usage and flags?

❯ gh pr status --foo
unknown flag: --foo

Usage:  gh pr status [flags]

Flags:
  -c, --conflict-status   Display the merge conflict status of each pull request
  -q, --jq expression     Filter JSON output using a jq expression
      --json fields       Output JSON with the specified fields
  -t, --template string   Format JSON output using a Go template; see "gh help formatting"

from core.

git2gus avatar git2gus commented on September 22, 2024

This issue has been linked to a new work item: W-15103729

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.