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