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-m\fP, \fB--message\fP=""
22 Provide the message of the draft item
23
24.PP
25\fB-F\fP, \fB--file\fP=""
26 Take the message from the given file. Use - to read the message from the standard input
27
28.PP
29\fB-c\fP, \fB--column\fP="1"
30 The column to add to. Either a column Id or prefix, or the column number starting from 1.
31
32.PP
33\fB--non-interactive\fP[=false]
34 Do not ask for user input
35
36.PP
37\fB-h\fP, \fB--help\fP[=false]
38 help for add-draft
39
40
41.SH SEE ALSO
42\fBgit-bug-board(1)\fP