mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 00:24:17 +02:00
Add config options to bash completion file
This commit is contained in:
parent
f21e885d85
commit
f3c80ad744
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ _tealdeer()
|
|||
_init_completion || return
|
||||
|
||||
case $prev in
|
||||
-h|--help|-v|--version|-l|--list|-u|--update|-c|--clear-cache)
|
||||
-h|--help|-v|--version|-l|--list|-u|--update|-c|--clear-cache|--config-path|--seed-config)
|
||||
return
|
||||
;;
|
||||
-f|--render)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue