-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
enhancementNew feature or requestNew feature or requestfundFundable with polar.shFundable with polar.sh
Description
Request
By design Powershell aliases (created with Set-Alias does not support commands with arguments (e.g. git switch). It is required to create a function for that:
function gsw {
git switch $args
}However with such a definition carapace autocompletion does not work for alias gsw - it will only work for full name of git switch.
Proposed solution
Support for functions autocompletion would make carapace more useful with use of powershell aliases. Or maybe there's some configuration to already do it - but I missed to find it.
Anything else?
No response
Polar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfundFundable with polar.shFundable with polar.sh