keepExclusives top-level property

List<String> keepExclusives
final

Implementation

final List<String> keepExclusives = [
  "k",
  "-k",
  "--keep-old-files",
  "--overwrite",
  "--overwrite-dir",
  "--recursive-unlink",
  "--skip-old-files",
  "U",
  "-U",
  "--unlink-first",
  "O",
  "-O",
  "--to-stdout",
];