Skip to content

Commit

Permalink
add -d abbreviation for --delete-conflicting-outputs (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Oct 10, 2022
1 parent 9648eff commit 3191e84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build_runner/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.3.0

- Add `-d` as a shorthand for `--delete-conflicting-outputs`.

## 2.2.1

- Allow the latest `package:analyzer`.
Expand Down
1 change: 1 addition & 0 deletions build_runner/lib/src/entrypoint/base_command.dart
Expand Up @@ -39,6 +39,7 @@ abstract class BuildRunnerCommand extends Command<int> {
'Enabling this option skips the prompt and deletes the files. '
'This should typically be used in continues integration servers '
'and tests, but not otherwise.',
abbr: 'd',
negatable: false,
defaultsTo: false)
..addFlag(lowResourcesModeOption,
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner
version: 2.2.1
version: 2.3.0
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down

0 comments on commit 3191e84

Please sign in to comment.