mirror of
https://github.com/yudai/gotty.git
synced 2026-02-10 02:14:21 +01:00
Show commit ID on version
This commit is contained in:
parent
4fd3ac376c
commit
91ee778665
3 changed files with 6 additions and 4 deletions
2
main.go
2
main.go
|
|
@ -18,7 +18,7 @@ import (
|
|||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "gotty"
|
||||
app.Version = Version
|
||||
app.Version = Version + "+" + CommitID
|
||||
app.Usage = "Share your terminal as a web application"
|
||||
app.HideHelp = true
|
||||
cli.AppHelpTemplate = helpTemplate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue