You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fisher add patrickf3139/open_github@debug-mode
fisher ls
Result:
patrickf3139/open_github
Expected
patrickf3139/open_github@debug-mode
First off, I want to thank you, Jorge, for making fisher so flexible that I can easily add specific package versions. It's been quite useful for me, especially as I develop plugins! Now, this issue I'm describing, I think it's important that fisher ls specify the package version because
it will be reassuring for the user that the right package was retrieved
it will make sure the fishfile truly captures the environment, which is very helpful for re-creating one's fish environment exactly from their fishfile
Thanks for reading!
The text was updated successfully, but these errors were encountered:
@patrickf3139 There's no easy way to do this for remote packages, as we'd need to ask authors to include a version file (or modify the fishfile format to let you specify a version number). For locally installed packages it's pretty straightforward; for each package, ask git for the branch name.
Repro:
Result:
Expected
First off, I want to thank you, Jorge, for making fisher so flexible that I can easily add specific package versions. It's been quite useful for me, especially as I develop plugins! Now, this issue I'm describing, I think it's important that
fisher ls
specify the package version becauseThanks for reading!
The text was updated successfully, but these errors were encountered: