magmax / python-inquirer

A collection of common interactive command line user interfaces, based on Inquirer.js (https://github.com/SBoudrias/Inquirer.js/)
MIT License
992 stars 98 forks source link

path missing as shortcut #542

Closed victormachadoperez closed 5 months ago

victormachadoperez commented 5 months ago

I was trying to use path as a shortcuts when I realized it was not available , but yet it is implemented in shortcuts.py Is it missing in the init.py... or I'm missing something?

Thanks

Cube707 commented 5 months ago

Yes thats an oversight. Feel free to open a PR for this, or I will do it myself in the coming weeks

victormachadoperez commented 2 months ago

Hi there, the issue is already fixed and merged. But for some reason I cannot access to inquirer.path(...) in my code. Using inquirer v3.2.4 Can someone help me?

Cube707 commented 2 months ago

as you can see v3.2.4 is older than the PR and no version has been release since than.

I usually don't create a new release from just a single change and prefer to wait until a couple of things have accumulated. As nothing else came up I simply forgot that thers still a relevant change waiting for release.

Cube707 commented 2 months ago

I will look through the dependabot PR's and make a release later today