menu
da_gen package
documentation
data/repositories/command_repository_impl.dart
CommandRepositoryImpl
isHelpRequested method
isHelpRequested method
dark_mode
light_mode
isHelpRequested
method
@
override
bool
isHelpRequested
(
ArgResults
args
)
override
도움말 요청인지 확인합니다.
Implementation
@override bool isHelpRequested(ArgResults args) { return args['help'] as bool; }
da_gen package
documentation
data/repositories/command_repository_impl
CommandRepositoryImpl
isHelpRequested method
CommandRepositoryImpl class