- Warn if $GitPromptSettings.DefaultPromptPrefix is set a type other than string, then set to $null
- Correct USAGE section in README. Chocolatey installer no longer automatically adds posh-dynargs to the user's profile.
- Fix broken Add-PoshDynargsToProfile
- Correct Chocolatey verification instructions
- Install module to
$Env:ProgramFiles\WindowsPowerShell\Modules
- Don't automatically modify the user profile on choco install
- Warn user about PowerShell 5+ requirement during choco install
- Replace helper method template string with a cleaner code block.
- Improve documentation
- Begin documentation, with a note about perf.
- Rename
$DynamicArgumentCompleterSettings
to$PoshDynArgsSettings
- Add ability to time
Register-LocalArgumentCompleters
($PoshDynArgsSettings.EnableTiming = $true
)
- Initial Release. Just a rough sketch.