Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not escaped caret prefix (-p ^) is not recognized #1

Open
peterblazejewicz opened this issue Sep 15, 2015 · 0 comments
Open

Not escaped caret prefix (-p ^) is not recognized #1

peterblazejewicz opened this issue Sep 15, 2015 · 0 comments

Comments

@peterblazejewicz
Copy link

I've a problem running update with caret prefix. According to docs I should use:

pjup -p ^     use caret before new versions

This one fails:

Argument check failed: function (argv, options) {
            if (!argv.p) {
                argv.p
              return true;
            }
            if (argv.p === '~' || argv.p === '^') return true;
        }

Specify --help for available options

I need to use escaped caret:

pjup -p \^

just as with tilde.
OS X 10.10/Node 0.12.7
Am I correct with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant