1.nh
2.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
3
4.SH NAME
5git-bug-board-add-draft - Add a draft item to a board
6
7
8.SH SYNOPSIS
9\fBgit-bug board add-draft [BOARD_ID] [flags]\fP
10
11
12.SH DESCRIPTION
13Add a draft item to a board
14
15
16.SH OPTIONS
17\fB-t\fP, \fB--title\fP=""
18 Provide the title to describe the draft item
19
20.PP
21\fB-F\fP, \fB--file\fP=""
22 Take the title from the given file. Use - to read the message from the standard input
23
24.PP
25\fB-c\fP, \fB--column\fP="1"
26 The column to add to. Either a column Id or prefix, or the column number starting from 1.
27
28.PP
29\fB--non-interactive\fP[=false]
30 Do not ask for user input
31
32.PP
33\fB-h\fP, \fB--help\fP[=false]
34 help for add-draft
35
36
37.SH SEE ALSO
38\fBgit-bug-board(1)\fP