1.nh
2.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
3
4.SH NAME
5.PP
6git-bug-select - Select a bug for implicit use in future commands.
7
8
9.SH SYNOPSIS
10.PP
11\fBgit-bug select ID [flags]\fP
12
13
14.SH DESCRIPTION
15.PP
16Select a bug for implicit use in future commands.
17
18.PP
19This command allows you to omit any bug ID argument, for example:
20 git bug show
21instead of
22 git bug show 2f153ca
23
24.PP
25The complementary command is "git bug deselect" performing the opposite operation.
26
27
28.SH OPTIONS
29.PP
30\fB-h\fP, \fB--help\fP[=false]
31 help for select
32
33
34.SH EXAMPLE
35.PP
36.RS
37
38.nf
39git bug select 2f15
40git bug comment
41git bug status
42
43
44.fi
45.RE
46
47
48.SH SEE ALSO
49.PP
50\fBgit-bug(1)\fP