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 --non-interactive Do not ask for user input
16 -h, --help help for add
17```
18
19### SEE ALSO
20
21* [git-bug](git-bug.md) - A bug tracker embedded in Git.
22