NAME

koyomi-cli - Koyomi CLI for job's CRUD

SYNOPSIS

# Add one Job
koyomi-cli add [-e <PATH of EDITOR>]

# List Jobs
koyomi-cli list

# Modify one Job
koyomi-cli modify -id <job_id> [-e <PATH of EDITOR>]

# Delete one Job
koyomi-cli delete -id <job_id>

# Show help and manual
koyomi-cli help
koyomi-cli man

DESCRIPTION

CommandLine Interface for CRUD of jobs.

SEE ALSO

App::Koyomi, App::Koyomi::CLI

AUTHORS

YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>

LICENSE

Copyright (C) 2015 YASUTAKE Kiyoshi.

This application 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.