mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
added missing fish completion for language (#280)
This commit is contained in:
parent
97b4395e25
commit
b369678794
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ complete -c tldr -s v -l version -d 'Show version information.' -f
|
|||
complete -c tldr -s l -l list -d 'List all commands in the cache.' -f
|
||||
complete -c tldr -s f -l render -d 'Render a specific markdown file.' -r
|
||||
complete -c tldr -s p -l platform -d 'Override the operating system.' -xa 'linux macos sunos windows android'
|
||||
complete -c tldr -s L -l language -d 'Override the language' -x
|
||||
complete -c tldr -s u -l update -d 'Update the local cache.' -f
|
||||
complete -c tldr -l no-auto-update -d 'If auto update is configured, disable it for this run.' -f
|
||||
complete -c tldr -s c -l clear-cache -d 'Clear the local cache.' -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue