git-bug_new.md

 1## git-bug new
 2
 3Create a new bug
 4
 5### Synopsis
 6
 7Create a new bug
 8
 9```
10git-bug new <title> [<option>...] [flags]
11```
12
13### Options
14
15```
16  -F, --file string      Take the message from the given file. Use - to read the message from the standard input
17  -h, --help             help for new
18  -m, --message string   Provide a message to describe the issue
19```
20
21### SEE ALSO
22
23* [git-bug](git-bug.md)	 - A bugtracker embedded in Git
24
25###### Auto generated by spf13/cobra on 20-Jul-2018