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
running winget show carapace with the completions imported, returns this error:
~ λ winget show carapace
Error: nu::shell::unsupported_input
× Unsupported input
╭─[<nushell-config>\nu_scripts\custom-completions\winget\winget-completions.nu:247:96]
246 │ let header = ($lines | first | parse -r 'Found (?P<Name>.+) \[(?P<Id>.+)\]')
247 │ let manifest = ($lines | skip | each { sanitize-line } | str join (char newline) | from yaml)
· ────┬────┬
· │ ╰── value originates from here
· ╰── Could not load YAML: did not find expected key at line 17 column 3, while parsing a block mapping
248 │ $header | first | merge $manifest
╰────
this could be due to some packages having inconsistent formatting as this expects them to be in a specific format
some other packages this also happens with: Peppy.Osu!, flux.flux
running
winget show carapace
with the completions imported, returns this error:this could be due to some packages having inconsistent formatting as this expects them to be in a specific format
some other packages this also happens with:
Peppy.Osu!
,flux.flux
tested on 660b55c
The text was updated successfully, but these errors were encountered: