withfig / autocomplete

IDE-style autocomplete for your existing terminal & shell

Home Page:https://fig.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[winget] missing spec

williamhorning opened this issue · comments

Sanity checks

  • My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
  • I have searched github.com/withfig/autocomplete/issues and there are no duplicates of my issue
  • I would like to work on this.

What CLI tool does this relate to?

winget

Which statement makes the most sense?

This completion spec does not exist

Issue Details

winget is a package manager built into Windows 10. The most used subcommands are search, install, list, upgrade, and uninstall (you can find a full list of commands and option here). A generator might need to be made for the upgrade subcommand if you want to be able to autocomplete packages that could be upgraded.