Name
bif-new-topic - add a new topic to a project
Version
0.1.5_8 (yyyy-mm-dd)
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-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.