mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 03:59:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> See also: `compgen`, `compopt`.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-complete>.
|
||||
|
||||
- Set arguments of a command to autocomplete through a function (completion response is sent in `COMPREPLY` variable):
|
||||
- Set arguments of a command to autocomplete through a function (completion response is sent in `$COMPREPLY` variable):
|
||||
|
||||
`complete -F {{function}} {{command}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user