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

lando with no params returns error should return possible commands. #376

Closed
serundeputy opened this issue Oct 2, 2017 · 1 comment
Closed
Labels
bug Something aint working right!

Comments

@serundeputy
Copy link
Collaborator

Since spinning up v3.0.0-beta.18 using the command lando with no parameters returns an error:

geoff@yep lightupthemap (11-rest-create-lights) $ lando.dev
/Users/geoff/code/lando.dev/node_modules/yargs-parser/index.js:748
  var result = parse(args.slice(), opts)
                          ^

TypeError: args.slice is not a function
    at Parser (/Users/geoff/code/lando.dev/node_modules/yargs-parser/index.js:748:27)
    at Object.exports.parseGlobals (/Users/geoff/code/lando.dev/lib/tasks.js:75:10)
    at Object.<anonymous> (/Users/geoff/code/lando.dev/lib/tasks.js:93:22)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
@serundeputy serundeputy added the bug Something aint working right! label Oct 2, 2017
pirog added a commit that referenced this issue Oct 2, 2017
#376: Allow lando command to work with no parameters; return possible…
@pirog
Copy link
Member

pirog commented Oct 2, 2017

@serundeputy nice find here. rolling a hotfix release now

@pirog pirog closed this as completed Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something aint working right!
Projects
None yet
Development

No branches or pull requests

2 participants