git-bug_add.md

 1## git-bug add
 2
 3Create a new bug.
 4
 5```
 6git-bug add [flags]
 7```
 8
 9### Options
10
11```
12  -t, --title string     Provide a title to describe the issue
13  -m, --message string   Provide a message to describe the issue
14  -F, --file string      Take the message from the given file. Use - to read the message from the standard input
15  -h, --help             help for add
16```
17
18### SEE ALSO
19
20* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
21