6 lines
117 B
Plaintext
Executable File
6 lines
117 B
Plaintext
Executable File
sub on_user_command {
|
|
my ($self, $cmd) = @_;
|
|
my $output = `dynamic-colors cycle`;
|
|
$self->cmd_parse($output);
|
|
}
|