We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18ab58 commit 87ac3f7Copy full SHA for 87ac3f7
pkg/pub_integration/tool/compare_screenshots.dart
@@ -10,7 +10,7 @@ import 'package:path/path.dart' as p;
10
/// Compares the screenshots from the previous and current test runs.
11
/// Uses imagemagick for image processing.
12
///
13
-/// dart `<script.dart>` `<before-dir>` `<after-dir>` `<report-dir>`.
+/// `dart <script.dart> <before-dir> <after-dir> <report-dir>`
14
Future<void> main(List<String> args) async {
15
final beforeFiles = await _list(args[0]);
16
final afterFiles = await _list(args[1]);
0 commit comments