powershell : dynamic autocomplete on custom executable
Advertisements So I have a code that generates an executable, and I want to be able to add argument autocompletion on my executable. I can’t even generate a small and easy example from where I could start from. I have looked into the Register-ArgumentCompleter command, but it seems it’s made for powershell functions and cmdlets.… Read More powershell : dynamic autocomplete on custom executable