Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oops missed one file in the last commit
  • Loading branch information
nshahan committed Aug 5, 2025
commit 4d7dc4fefcc6fe891f1104d640892fd496696005
5 changes: 0 additions & 5 deletions webdev/lib/src/command/shared.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ void addSharedArgs(ArgParser argParser,
'A value of "NONE" indicates that no "--output" value should be '
'passed to `build_runner`.',
)
..addOption(nullSafetyFlag,
abbr: 'n',
help: 'DEPRECATED: This flag is ignored and will be removed in an'
'upcoming release.',
hide: true)
..addFlag(releaseFlag,
abbr: 'r',
defaultsTo: releaseDefault,
Expand Down