menu
release_tools package
documentation
should_release_command.dart
ShouldReleaseCommand
ShouldReleaseCommand constructor
ShouldReleaseCommand constructor
dark_mode
light_mode
ShouldReleaseCommand
constructor
ShouldReleaseCommand
(
{
required
GitExec
git
,
required
Printer
printer
,
})
Implementation
ShouldReleaseCommand({ required this.git, required this.printer, }) { gitFromOption(); }
release_tools package
documentation
should_release_command
ShouldReleaseCommand
ShouldReleaseCommand constructor
ShouldReleaseCommand class