tree: 256ca0d3cdbbadd4df89bcd530f7ee47ff51969f [path history] [tgz]
  1. bin/
  2. lib/
  3. test/
  4. pubspec.yaml
  5. README.md
engine/src/flutter/tools/dir_contents_diff/README.md

dir_contents_diff

This tool will compare the contents of a directory to a file that lists the contents of the directory, printing out a patch to apply if they differ.

The exit code is 0 if there is no difference.

Usage

dart run ./bin/dir_contents_diff.dart <golden file path> <dir path>