menu
flutter_devops_kit package
documentation
commands/build_command.dart
BuildCommand
buildParser method
buildParser method
dark_mode
light_mode
buildParser
method
@
override
ArgParser
buildParser
(
)
override
Creates the argument parser used by this command.
Implementation
@override ArgParser buildParser() => ArgParser();
flutter_devops_kit package
documentation
commands/build_command
BuildCommand
buildParser method
BuildCommand class