NAME
bif-new-topic - add a new topic to a project
VERSION
0.1.5_6 (2015-10-20)
SYNOPSIS
bif new topic [TYPE] [TITLE...] [OPTIONS...]
DESCRIPTION
Add a new topic to a project.
ARGUMENTS
- PROJECT
-
The path of the project to which this topic applies. Prompted for if not provided.
- TITLE
-
The summary of this topic. Prompted for if not provided.
- TYPE
-
The type of topic. Typically this is 'task' or 'issue', or 'bug', etc. Defaults to 'topic'.
OPTIONS
- --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-2015 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.