usage info git
This commit is contained in:
parent
07a08f1795
commit
e36d6c4083
|
@ -12,9 +12,9 @@ import (
|
||||||
var buildUsage = `
|
var buildUsage = `
|
||||||
warren build - Runs go build and populates the following variables:
|
warren build - Runs go build and populates the following variables:
|
||||||
|
|
||||||
Build.GitBranch
|
Build.GitBranch from git
|
||||||
Build.GitHash
|
Build.GitHash from git
|
||||||
Build.Date
|
Build.Date from system time
|
||||||
`
|
`
|
||||||
|
|
||||||
var buildCmd = &Command{
|
var buildCmd = &Command{
|
||||||
|
|
Loading…
Reference in New Issue