git-bug-version.1

 1.nh
 2.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
 3
 4.SH NAME
 5git-bug-version - Print version information
 6
 7
 8.SH SYNOPSIS
 9\fBgit-bug version [flags]\fP
10
11
12.SH DESCRIPTION
13Print version information.
14
15.PP
16Format:
17  git-bug  [commit[/dirty]]   
18
19.PP
20Format Description:
21   may be one of:
22  	- A semantic version string, prefixed with a "v", e.g. v1.2.3
23  	- "undefined" (if not provided, or built with an invalid version string)
24
25.PP
26[commit], if present, is the commit hash that was checked out during the
27  build. This may be suffixed with '/dirty' if there were local file
28  modifications. This is indicative of your build being patched, or modified in
29  some way from the commit.
30
31.PP
32 is the version of the go compiler used for the build.
33
34.PP
35 is the target platform (GOOS).
36
37.PP
38 is the target architecture (GOARCH).
39
40
41.SH OPTIONS
42\fB-h\fP, \fB--help\fP[=false]
43	help for version
44
45
46.SH EXAMPLE
47.EX
48git bug version
49.EE
50
51
52.SH SEE ALSO
53\fBgit-bug(1)\fP