mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
merge master
This commit is contained in:
commit
5ca47c3f47
3 changed files with 28 additions and 11 deletions
10
main.go
10
main.go
|
@ -12,12 +12,12 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
startTime time.Time
|
||||
debugging bool
|
||||
Rev string
|
||||
builddate string
|
||||
startTime time.Time
|
||||
debugging bool
|
||||
Rev string
|
||||
builddate string
|
||||
debuggingPointer = flag.Bool("debug", false, "a boolean")
|
||||
versionFlag = flag.Bool("v", false, "Print the current version")
|
||||
versionFlag = flag.Bool("v", false, "Print the current version")
|
||||
)
|
||||
|
||||
func homeDirectory() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue