Giter Site home page Giter Site logo

Short args can't be used with = about arg HOT 7 CLOSED

vercel avatar vercel commented on May 4, 2024 1
Short args can't be used with =

from arg.

Comments (7)

Qix- avatar Qix- commented on May 4, 2024 1

Going to close this as I don't think there's anything actionable. Thank you for the input :)

from arg.

Qix- avatar Qix- commented on May 4, 2024

A short arg with an equal sign is not part of the GNU command line arguments guidelines (which arg tries to follow as best as possible). Seeing -a=a looks really strange to me - you'd either do -aa or -a a.

Does --a=a work in the second example?

from arg.

jaydenseric avatar jaydenseric commented on May 4, 2024

Good do know about the GNU command line arguments guidelines, but is it ubiquitous? yargs works with short args and = just fine. I'm having to document this as a breaking change in jsdoc-md, migrating from yargs: https://github.com/jaydenseric/jsdoc-md/blob/master/changelog.md#500.

Does --a=a work in the second example?

Yes.

from arg.

Qix- avatar Qix- commented on May 4, 2024

Comes down to scope creep, really. It's a tradeoff between having a consistent and intuitive CLI format that matches most standard CLI programs for the last couple of decades, or supporting arguments in any format one can imagine. This library happens to take the former stance.

For what it's worth, I've never seen a CLI program accept -name=arg as a short-arg. The only thing I can think of that comes close is java/javac's use of short args (e.g. java -version) but I've always found that to be against the grain, too.

from arg.

jaydenseric avatar jaydenseric commented on May 4, 2024

I've never seen a CLI program accept -name=arg as a short-arg.

For that to be true, that would mean you've never used a CLI that uses yargs.

from arg.

Qix- avatar Qix- commented on May 4, 2024

Sorry, should have said that I've never seen a command line written that way. If I have, I sure don't remember it.

from arg.

jaeee5 avatar jaeee5 commented on May 4, 2024

Hi i dont know is anyone can help but i am getting this error when attempting to run
vercel deploy -prebuilt

throw new ArgError(option requires argument: ${originalArgName}${extended}, 'ARG_MISSING_REQUIRED_LONGARG');

from arg.

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.