Filter By
Displaying results 1 - 3 of 3 (Page 1 of 1)
By:
|
7,810 downloads
|
Last Updated: 11/22/2020
|
Latest Version: 1.0.4
The script registers Invoke-Build completers for parameters Task and File. Completers can be used with: * PowerShell v5 native Register-ArgumentCompleter Simply invoke Invoke-Build.ArgumentCompleters.ps1, e.g. in a profile. * TabExpansion2.ps1 https://www.powershellgallery.com/packages/TabExpansion2 Put Invoke-Build.ArgumentCompleters.ps1 to the... More info Tags |
By:
|
738 downloads
|
Last Updated: 11/19/2023
|
Latest Version: 1.0.8
The script replaces the built-in function TabExpansion2, creates the table TabExpansionOptions, and does nothing else. Initialization is performed on the first code completion via profiles *ArgumentCompleters.ps1. $TabExpansionOptions consists of empty entries: CustomArgumentCompleters = @{} NativeArgumentCompleters = @{} ResultProcessors = @(... More info Tags |
By:
|
337 downloads
|
Last Updated: 4/2/2019
|
Latest Version: 1.0.0
A library of argument completers. Tags |