NAME
Taskwarrior::Kusarigama::Plugin::Command::AndAfter - create a subsequent task
VERSION
version 0.12.0
SYNOPSIS
$ task 101 and-after do the next thing
DESCRIPTION
Creates a task that depends on the given task(s). If no previous task is provided, defaults to +LATEST
. If no project is explicitly given for the next task, it inherits the project of the previous task.
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019, 2018, 2017 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.