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

completers ∀x∈ {cmds, aliases} in powershell_completions.go #1977

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jun 12, 2023

  1. completers ∀x∈ {cmds, aliases} in powershell_completions.go

    pwsh completers ∀x∈ {cmds, aliases}
    mavaddat committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a6a563d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Forgot about the original alias!

    In my exuberance to include all the other aliases, I accidentally removed the original alias that was previously the only one being registered for autocompletion. I have restored this `'%[1]s'`.
    mavaddat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cc6f7e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update powershell_completions.go

    Implement curly bracket technique like spf13#1960
    mavaddat committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0676e26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17f539 View commit details
    Browse the repository at this point in the history
  3. Update powershell_completions.go

    Preliminary assignment before use
    mavaddat committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f43b653 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Update powershell_completions.go

    Incorporate @bartoncasey insight about typical alias usage in spf13#2049
    mavaddat committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    caeed9f View commit details
    Browse the repository at this point in the history
  2. Update powershell_completions.go

    Typo in previous. Change `$_` PSItem to `$__%[2]sCmd`
    mavaddat committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c901861 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    8b4835d View commit details
    Browse the repository at this point in the history
  2. need description property

    mavaddat committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    94243fe View commit details
    Browse the repository at this point in the history
  3. ignore resolve errors

    mavaddat committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    955cac7 View commit details
    Browse the repository at this point in the history