Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7/10/2024 PM Publish #11250

Merged
merged 1 commit into from
Jul 10, 2024
Merged

7/10/2024 PM Publish #11250

merged 1 commit into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. (GH-11248) Clarify behavior for Register-ArgumentCompleter paramete…

    …rs (#11249)
    
    * (GH-11248) Clarify behavior for `Register-ArgumentCompleter` parameters
    
    Prior to this change, the `Register-ArgumentCompleter` reference didn't indicate that
    specifying the **CommandName** parameter without the **ParameterName** or **Native**
    parameters causes the command to behave as if the user specified the `-Native` switch.
    
    This change:
    
    - Clarifies that users should always specify the **ParameterName** parameter when
      registering an argument completer for a PowerShell command.
    - Resolves #11248
    - Fixes AB#281953
    
    * (MAINT) Clarify and update `Register-ArgumentCompleter`
    
    This change adds further clarification to various sections of
    the reference documentation for `Register-ArgumentCompleter`.
    
    It also addresses some style and formatting issues.
    michaeltlombardi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c8b5bef View commit details
    Browse the repository at this point in the history