mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-22 08:04:19 +02:00
Fix completions: Remove -p for pager
This commit is contained in:
parent
d5dbe3084b
commit
cab6666ffb
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ _tealdeer()
|
|||
_init_completion || return
|
||||
|
||||
case $prev in
|
||||
-h|--help|-v|--version|-l|--list|-u|--update|--no-auto-update|-c|--clear-cache|-p|--pager|-r|--raw|--show-paths|--seed-config|-q|--quiet)
|
||||
-h|--help|-v|--version|-l|--list|-u|--update|--no-auto-update|-c|--clear-cache|--pager|-r|--raw|--show-paths|--seed-config|-q|--quiet)
|
||||
return
|
||||
;;
|
||||
-f|--render)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ complete -c tldr -s p -l platform -d 'Override the operating system.' -xa
|
|||
complete -c tldr -s u -l update -d 'Update the local cache.' -f
|
||||
complete -c tldr -l no-auto-update -d 'Disable auto-update, override config file' -f
|
||||
complete -c tldr -s c -l clear-cache -d 'Clear the local cache.' -f
|
||||
complete -c tldr -s p -l pager -d 'Use a pager to page output.' -f
|
||||
complete -c tldr -l pager -d 'Use a pager to page output.' -f
|
||||
complete -c tldr -s r -l raw -d 'Display the raw markdown instead of rendering it.' -f
|
||||
complete -c tldr -s q -l quiet -d 'Suppress informational messages.' -f
|
||||
complete -c tldr -l show-paths -d 'Show file and directory paths used by tealdeer.' -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue