register method
Implementation
@override
void register (List<CliCommand> commands) {
for (final command in commands) {
manager.register(command);
}
}
@override
void register (List<CliCommand> commands) {
for (final command in commands) {
manager.register(command);
}
}