pub(crate) const EXIT_BAD_ARGUMENTS: i32 = 2;
Expand description

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).