This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 16:19:13 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fd6a1a436b
fish-shell
/
tests
/
complete.err
7 lines
86 B
Plaintext
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 11:21:46 +08: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-28 06:06:39 +08:00
####################
# Alias Completions
Reference in New Issue
Copy Permalink