Filter By
Displaying results 1 - 4 of 4 (Page 1 of 1)
By:
|
8,567 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 |
By:
|
961 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 |
By:
|
369 downloads
|
Last Updated: 4/2/2019
|
Latest Version: 1.0.0
A library of argument completers. |
By:
|
150 downloads
|
Last Updated: 1/15/2024
|
Latest Version: 1.0.0
The script adds completers for: Connect-Mdbc -DatabaseName .. -CollectionName .. Add-MdbcData New-MdbcData Export-MdbcData -Property .., .. Get-MdbcDatabase Get-MdbcCollection Remove-MdbcDatabase Remove-MdbcCollection Rename-MdbcCollection [-Name] .. How to use: * PowerShell v5 native Invoke Mdbc.ArgumentCompleters.ps1, e.g. i... More info |