The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Koyomi::CLI - Koyomi CLI module

SYNOPSIS

    use App::Koyomi::CLI;
    my ($method, $props, $args) = App::Koyomi::CLI->parse_args(@ARGV);
    App::Koyomi::CLI->new(%$props)->$method(%$args);

DESCRIPTION

Koyomi CLI module.

METHODS

new

Construction.

add

Create a job schedule.

list

List scheduled jobs.

modify

Modify a job schedule.

delete

Delete a job schedule.

SEE ALSO

koyomi-cli, App::Koyomi::Context

AUTHORS

IKEDA Kiyoshi <progrhyme@gmail.com>

LICENSE

Copyright (C) 2015-2017 IKEDA Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.