fish-shell/share/completions/comp.fish
2022-01-26 21:37:39 -08:00

8 lines
450 B
Fish

complete --command comp --no-files --arguments '/d\t"Display differences in decimal format"
/a\t"Display differences as characters"
/l\t"Displays the number of the line where a difference occurs"
/n=\t"Compare only the number of lines that are specified for each file"
/c\t"Perform a comparison that is not case-sensitive"
/off\t"Process files with the offline attribute set"
/offline\t"Process files with the offline attribute set"
/?\t"Show help"'