You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument completers can be defined in .NET DLLs by implementing the IArgumentCompleter interface and using the ArgumentCompleterAttribute on parameters and cmdlets.
There are examples of this in the wild, but there doesn't seem to be any documentation of it beyond API documentation.
We should document how these types can be used not just from PowerShell but from binary modules and give examples. The PowerShell codebase should probably also improve the doc comments on the APIs.
The text was updated successfully, but these errors were encountered:
Argument completers can be defined in .NET DLLs by implementing the
IArgumentCompleter
interface and using theArgumentCompleterAttribute
on parameters and cmdlets.There are examples of this in the wild, but there doesn't seem to be any documentation of it beyond API documentation.
We should document how these types can be used not just from PowerShell but from binary modules and give examples. The PowerShell codebase should probably also improve the doc comments on the APIs.
The text was updated successfully, but these errors were encountered: