Name

bif-new - add a new topic to a project

Version

0.1.5_8 (yyyy-mm-dd)

Synopsis

bif new TYPE [TITLE...] [OPTIONS...]

Description

bif-new is a fallback command for when none of the bif-new-* commands apply. It simply passes on the appropriate arguments and options onto bif-new-topic. For example:

# This:
bif new task Title -m Message

# is equivalent to:
bif new topic task Title -m Message

Arguments

TYPE
The type of topic to create.
TITLE
The summary of this topic. Prompted for if not provided.

Options

--type, -t TYPE
The type of topic. Typically this is 'task' or 'issue', or 'bug', etc. Defaults to 'topic'.
--status, -s STATE
The initial status of the topic. This must be a valid status for the project as output by the bif-list-status(1) command. A default is used if not provided.
--message, -m MESSAGE
The body of the topic. An editor will be invoked if not provided.

See Also

bif(1)

Author

Mark Lawrence <nomad@null.net>

Copyright And License

Copyright 2013-2017 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.