File tree 1 file changed +3
-2
lines changed
pkg/dartdev/lib/src/commands
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ class FixCommand extends DartdevCommand {
19
19
20
20
static final NumberFormat _numberFormat = NumberFormat .decimalPattern ();
21
21
22
- // todo (pq): add go link once redirect is live (https://github.com/dart-lang/sdk/issues/44261)
23
22
static const String cmdDescription = '''Fix Dart source code.
24
23
25
24
This tool looks for and fixes analysis issues that have associated automated
26
- fixes or issues that have associated package API migration information.
25
+ fixes or issues that have associated package API migration information. See
26
+ dart.dev/go/dart-fix for more information about how the automated package API
27
+ changes work.
27
28
28
29
To use the tool, run one of:
29
30
- 'dart fix --dry-run' for a preview of the proposed changes for a project
You can’t perform that action at this time.
0 commit comments