Git Product home page Git Product logo

Comments (4)

isaacs avatar isaacs commented on August 25, 2024

I agree, that would be better. What about this case?

my-program --unknown1 --unknown2

Should that be:

{ unknown1: true
, unknown2: true
}

or

{ unknown1: "unknown2" }

Though it's a bit trickier, I'm tempted to say that the first makes more sense. Ie, an unknown option will not ever take a - prefixed thing as its argument. (If you want to make sure that it takes an argument, you can define it to do so.)

Thoughts?

from nopt.

mfncooper avatar mfncooper commented on August 25, 2024

Yes, that would make sense to me; that if you need to handle a -- prefixed value, you need to define the option, and otherwise any -- prefix introduces a new option.

from nopt.

sbrandwoo avatar sbrandwoo commented on August 25, 2024

I've just been bitten by this issue when using Grunt. Any options that Grunt itself doesn't know about are made available to the various tasks, meaning that there are a lot of unknown options being used in the system. As a result of this issue you can only use one --flag and it must be the last argument of the command.

I think the general solution of assuming that unknown arguments won't be prefixed with -- is a good one.

from nopt.

isaacs avatar isaacs commented on August 25, 2024

Currently in nopt, any unknown argument must have a = to be assigned a value, otherwise it will be assumed to be a boolean. This is no longer an issue.

from nopt.

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.