mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
8 lines
450 B
Fish
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"'
|