Closed itaisteinherz closed 4 years ago
(Last note: I couldn't get the commit hooks to work on my machine, and so the commit messages might be a bit off. Feel free to update the PR title, and I can also update my commit messages in case that's necessary.)
@itaisteinherz great job and thank you for working on this 🙏✨
Can I ask that we replace inquirer
with enquirer
? smaller footprint.
Can I ask that we replace
inquirer
withenquirer
? smaller footprint.
Sure 👌🏻 (Didn't know about it up until now, looks cool)
@itaisteinherz looks like we're all good. Did you intend to make any other changes here or is it ready to merge?
@lirantal I think I'm good. After you take a look at 98df7cf646e46863b1a15a9ed227185c12a9d050, we can merge this PR.
@itaisteinherz thanks, though being honest I don't fancy the async main style and the throwing of errors (did you see my comment about it with regards to stack traces and verbose output?)
@itaisteinherz let's merge this PR and work out some refactoring in a follow-up.
@itaisteinherz landed 🎉 thank you for sending this. truly appreciate the effort ❤️
:tada: This PR is included in version 1.10.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
(image source: https://aquarium.org/sea-otter-holding-facility/)
Description
This PR makes the CLI gracefully handle cases where a URL isn't provided to the CLI by the user, by asking for it while running (using
inquirer
, since I've used it in the past and know it works well). This fixes #56.Types of changes
Related Issue
56
How Has This Been Tested?
I locally tested the CLI to make sure this works.
Screenshots (if appropriate):
Checklist: