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
(Could be a bug, but is mainly cosmetic). If you try to do scoop info on a manifest that can't be found, then scoop reports that the manifest can't be found in the last bucket searched rather than just simply saying, "Couldn't find it in any bucket".
It's easiest to describe the behaviour with some logging :
PS C:\Users\Me> scoop bucket list
Name Source Updated Manifests
--------------------------
extras https://github.com/ScoopInstaller/Extras 16/05/202212:05:351501
java https://github.com/ScoopInstaller/Java 14/05/202221:01:48220
jetbrains https://github.com/Ash258/Scoop-JetBrains 13/05/202221:07:2799
main https://github.com/ScoopInstaller/Main 16/05/202210:43:161020
tilt-dev https://github.com/tilt-dev/scoop-bucket 12/05/202222:24:020
PS C:\Users\Me scoop search posh
'extras' bucket:
posh-docker (0.7.0)
posh-git (1.1.0)
'main' bucket:
oh-my-posh (7.85.0)
### This is is the problem command, mainly because I can't spell!
PS C:\Users\Me> scoop info pos-git
Could not find manifest for'tilt-dev/pos-git'.
Sure, since it's a (relatively) minor textual change I can raise a PR. I won't be able to run the tests since I'm not even sure how to start installing the BuildHelpers powershell modules etc.
Feature Request
(Could be a bug, but is mainly cosmetic). If you try to do
scoop info
on a manifest that can't be found, then scoop reports that the manifest can't be found in the last bucket searched rather than just simply saying, "Couldn't find it in any bucket".It's easiest to describe the behaviour with some logging :
Describe the solution you'd like
It feels like it's as simple as changing
Scoop/libexec/scoop-info.ps1
Lines 32 to 34 in aaa726c
so that you don't pass in
$bucket
so we can just have something likeThe text was updated successfully, but these errors were encountered: