Skip to content

Commit 3ef5811

Browse files
committed
oops missed one file in the last commit
1 parent 0f89f69 commit 3ef5811

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webdev/lib/src/command/shared.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ void addSharedArgs(ArgParser argParser,
2828
'A value of "NONE" indicates that no "--output" value should be '
2929
'passed to `build_runner`.',
3030
)
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)
3631
..addFlag(releaseFlag,
3732
abbr: 'r',
3833
defaultsTo: releaseDefault,

0 commit comments

Comments
 (0)