Skip to content

Commit

Permalink
fix: fish: Add descriptions for '-a/-x' options.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Feb 28, 2024
1 parent 671c7c2 commit ca35df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tartex/data/tartex-completion.fish
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ complete -c tartex -s o -l output -f -r \
-k -a "(__fish_complete_suffix .tar.gz .tar.bz2 .tar.xz)"
complete -c tartex -f -l latexmk-tex -ra "dvi lualatex luatex pdf pdflua ps xdv xelatex" \
-d "force TeX processing mode used by latexmk"
complete -c tartex -s a -l add -F -r
complete -c tartex -s x -l excl -F -r
complete -c tartex -s a -l add -F -r -d "file names or patterns (comma separated) to include additionally"
complete -c tartex -s x -l excl -F -r -d "file names or patterns to exclude"

# Help/Version options
complete -c tartex -s h -l help -d "display help for tartex and exit"
Expand Down

0 comments on commit ca35df2

Please sign in to comment.