Skip to content

Commit

Permalink
fix(completion): 馃悰 fix fish completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Jun 1, 2024
1 parent f0a8507 commit aa2da06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/fish/g.fish
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ complete -c g -l colorless -d "without color"
complete -c g -l depth -d "limit recursive/tree depth" -r -f
complete -c g -l format -d "set output format" -a "across commas horizontal long single-column verbose vertical table markdown csv tsv json tree"
complete -c g -l file-type -d "do not append indicator to file types"
complete -c g -l md -d "output in markdown-table format"?
complete -c g -l md -d "output in markdown-table format"
complete -c g -l markdown -d "output in markdown-table format"
complete -c g -l table -d "output in table format"
complete -c g -l table-style -d "set table style" -a "ascii unicode"
Expand Down

0 comments on commit aa2da06

Please sign in to comment.