git-bug-bug-select.1

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