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. NOT implemented yet.
- list
-
List scheduled jobs.
- modify
-
Modify a job schedule.
- delete
-
Delete a job schedule. NOT implemented yet.
SEE ALSO
koyomi-cli, App::Koyomi::Context
AUTHORS
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>
LICENSE
Copyright (C) 2015 YASUTAKE 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.