Skip to content
Merged
Prev Previous commit
Next Next commit
docs
  • Loading branch information
alestiago committed Oct 5, 2023
commit 6486020251669d333cf89040403f18d73f84c62a
3 changes: 2 additions & 1 deletion lib/src/commands/packages/commands/check/check.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import 'package:mason/mason.dart';
import 'package:very_good_cli/src/commands/packages/commands/check/commands/commands.dart';

/// {@template packages_check_command}
/// `very_good packages check` command for checking packages.
/// `very_good packages check` command for performing checks in a Dart or
/// Flutter project.
/// {@endtemplate}
class PackagesCheckCommand extends Command<int> {
/// {@macro packages_check_command}
Expand Down