Added verbose messages to Update-ArgumentCompleter. Sample output:
VERBOSE: Scanning for completer files...
VERBOSE: Registering completer 'Clean-MailboxDatabase
Get-MailboxDatabase Remove-MailboxDatabase'
VERBOSE: found initialization function, creating key: 'ex2010'
(...)
Added FilePath parameter to Update-ArgumentCompleter. Developing
completers can be a daunting task especially when you introduce rapid
changes to a completer file. Having to to load ALL completers in order
to load your changes can take very long time to complete and slows down
development time. FilePath allows loading a specific file(s). On a side
note, a new completer file was added too to support file path completion
from the module base path.
New module completers
CimCmdlets
ISE
New custom completers
Import-Module Name Completer (core)
Get-WinEvent, ListLog and ListProvider completers (diagnostics)
Code enhancements
VERBOSE: Scanning for completer files... VERBOSE: Registering completer 'Clean-MailboxDatabase Get-MailboxDatabase Remove-MailboxDatabase' VERBOSE: found initialization function, creating key: 'ex2010' (...)
New module completers
New custom completers