Use Case / Problem
Add completions for fish shell, which is supported by argcomplete.
Proposed Solution
https://github.com/kislyuk/argcomplete/tree/main/contrib#fish-support
In scripts/completion/fab_completion.fish:
register-python-argcomplete -s fish fab | source
Alternatives Considered
No response
Impact Assessment
Implementation Attestation
Implementation Notes
No response
Use Case / Problem
Add completions for
fishshell, which is supported byargcomplete.Proposed Solution
https://github.com/kislyuk/argcomplete/tree/main/contrib#fish-support
In
scripts/completion/fab_completion.fish:Alternatives Considered
No response
Impact Assessment
Implementation Attestation
Implementation Notes
No response