The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Taskwarrior::Kusarigama::Plugin::Command::ButBefore - Create a preceding task

VERSION

version 0.12.0

SYNOPSIS

    $ task add go for a run
    $ task but-before tie shoes

DESCRIPTION

Creates a task that is a dependency of the given task(s). If no task is provided, defaults to +LATEST.

If no project is explicitly given for the new task, it inherits the project of the follow-up 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.