oven-sh/bun

implement completions for powershell

Open

#8,939 opened on Feb 16, 2024

View on GitHub
 (7 comments) (4 reactions) (1 assignee)Rust (90,348 stars) (4,486 forks)batch import
clienhancementgood first issuewindows

Description

It is possible to declare completions: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/register-argumentcompleter?view=powershell-7.4

Probably wont have this for Bun 1.1, but logging the issue so it is not forgotten.

Tagging this as windows as almost all users use powershell on windows, and not on mac and linux, but this is technically an all-platforms situation.

Contributor guide