-
-
Notifications
You must be signed in to change notification settings - Fork 45
[feature] support customization of zsh's compdef? #87
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomers (good-first-issue)Good for newcomers (good-first-issue)p2-nice-to-haveLow priorityLow priorityshell-zshtestingUnit tests & debuggingUnit tests & debugging
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood-first-issueGood for newcomers (good-first-issue)Good for newcomers (good-first-issue)p2-nice-to-haveLow priorityLow priorityshell-zshtestingUnit tests & debuggingUnit tests & debugging
First line of zsh completion script must be
compdef program_name. zsh supportcompdef -P a_glob_expr, such ascompdef pip-cache -P pip[0-9.]#will let this completion script supportpip-cache,pip,pip3,pip3.9, etc.A new feature
Result: