This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-26 12:53:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f741968d6d
fish-shell
/
tests
/
complete.err
7 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
Wrapping completions to allow injecting arguments This enables some limited use of arguments for wrapping completions. The simplest example is that complete gco -w 'git checkout' now works like you would want: `gco <tab>` now invokes git's completions with the `checkout` argument prepended. Fixes #1976
2018-02-27 03:21:46 +00:00
####################
# Completion Wrappers
Teach alias about wrap argument injection Update the alias function to pass arguments to 'wraps'. For example alias gco='git checkout' now works like it ought to.
2018-02-27 22:06:39 +00:00
####################
# Alias Completions
Reference in a new issue
Copy permalink