fish-shell/share/completions/comp.fish

9 lines
450 B
Fish
Raw Normal View History

2021-11-25 08:12:14 +00:00
complete --command comp --no-files --arguments '/d\t"Display differences in decimal format"
/a\t"Display differences as characters"
2021-12-15 22:03:02 +00:00
/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"
2021-11-25 08:12:14 +00:00
/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"'