package Lutim::Command::cron; use Mojo::Base 'Mojolicious::Commands'; has description => 'Execute tasks.'; has hint => < sub { shift->extract_usage . "\nCron tasks:\n" }; has namespaces => sub { ['Lutim::Command::cron'] }; sub help { shift->run(@_) } 1; =encoding utf8 =head1 NAME Lutim::Command::cron - Cron commands =head1 SYNOPSIS Usage: script/lutim cron TASK [OPTIONS] =cut