Description
~ very_good --help
Building package executable...
Failed to build very_good_cli:very_good:
.pub-cache/hosted/pub.dartlang.org/very_good_cli-0.4.12/lib/src/commands/create.dart:147:31: Error: Too many positional arguments: 1 allowed, but 2 found.
Try removing the extra positional arguments.
DirectoryGeneratorTarget(outputDirectory, _logger),
^
Steps To Reproduce
- Activate the newest very_good_cli package:
dart pub global activate very_good_cli 0.4.12
- Run:
very_good --help
- See error
Expected Behavior
There should be no error.
Screenshots

Additional Context
The error doesn't occur on version 0.4.11.