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 0f89f69 commit 3ef5811Copy full SHA for 3ef5811
webdev/lib/src/command/shared.dart
@@ -28,11 +28,6 @@ void addSharedArgs(ArgParser argParser,
28
'A value of "NONE" indicates that no "--output" value should be '
29
'passed to `build_runner`.',
30
)
31
- ..addOption(nullSafetyFlag,
32
- abbr: 'n',
33
- help: 'DEPRECATED: This flag is ignored and will be removed in an'
34
- 'upcoming release.',
35
- hide: true)
36
..addFlag(releaseFlag,
37
abbr: 'r',
38
defaultsTo: releaseDefault,
0 commit comments