menu
balo package
documentation
command/command.dart
AddIgnorePatternCommand
execute method
execute method
dark_mode
light_mode
execute
method
@
override
Future
<
void
>
execute
(
)
override
Implementation
@override Future<void> execute() async { repository.ignore.addIgnore(pattern); }
balo package
documentation
command/command
AddIgnorePatternCommand
execute method
AddIgnorePatternCommand class