Module difft::exit_codes

source ·

Constants

  • Invalid arguments given to difftastic. This could be usage errors (e.g. invalid numbers of arguments) or invalid paths (e.g. files we don’t have permission to read).
  • Successfully ran a diff, found syntactic changes in text files or byte changes in binary files.
  • Successfully ran a diff, found no syntactic changes in text files or byte changes in binary files.