-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
base: main
Are you sure you want to change the base?
Commits on Jun 12, 2023
-
completers ∀x∈ {cmds, aliases} in powershell_completions.go
pwsh completers ∀x∈ {cmds, aliases}
Configuration menu - View commit details
-
Copy full SHA for a6a563d - Browse repository at this point
Copy the full SHA a6a563dView commit details
Commits on Jun 14, 2023
-
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'`.
Configuration menu - View commit details
-
Copy full SHA for cc6f7e0 - Browse repository at this point
Copy the full SHA cc6f7e0View commit details
Commits on Jun 19, 2023
-
Update powershell_completions.go
Implement curly bracket technique like spf13#1960
Configuration menu - View commit details
-
Copy full SHA for 0676e26 - Browse repository at this point
Copy the full SHA 0676e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for d17f539 - Browse repository at this point
Copy the full SHA d17f539View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43b653 - Browse repository at this point
Copy the full SHA f43b653View commit details
Commits on Oct 29, 2023
-
Update powershell_completions.go
Incorporate @bartoncasey insight about typical alias usage in spf13#2049
Configuration menu - View commit details
-
Copy full SHA for caeed9f - Browse repository at this point
Copy the full SHA caeed9fView commit details -
Update powershell_completions.go
Typo in previous. Change `$_` PSItem to `$__%[2]sCmd`
Configuration menu - View commit details
-
Copy full SHA for c901861 - Browse repository at this point
Copy the full SHA c901861View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b4835d - Browse repository at this point
Copy the full SHA 8b4835dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94243fe - Browse repository at this point
Copy the full SHA 94243feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 955cac7 - Browse repository at this point
Copy the full SHA 955cac7View commit details