File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,26 +15,26 @@ import (
1515var endgit = "EndGit"
1616
1717var bannerBox = box .NewBox ().
18- Style (box .Bold ).
19- Padding (2 , 1 ).
20- TitlePosition (box .Top ).
21- ContentAlign (box .Center ).
22- Color (box .Cyan ).
23- TitleColor (box .BrightCyan ).
24- ContentColor (box .BrightWhite )
18+ Style (box .Bold ).
19+ Padding (2 , 1 ).
20+ TitlePosition (box .Top ).
21+ ContentAlign (box .Center ).
22+ Color (box .Cyan ).
23+ TitleColor (box .BrightCyan ).
24+ ContentColor (box .BrightWhite )
2525
2626var versionBox = box .NewBox ().
27- Style (box .Single ).
28- Padding (2 , 0 ).
29- TitlePosition (box .Inside ).
30- ContentAlign (box .Left ).
31- Color (box .Cyan ).
32- TitleColor (box .BrightCyan ).
33- ContentColor (box .BrightWhite )
27+ Style (box .Single ).
28+ Padding (2 , 0 ).
29+ TitlePosition (box .Inside ).
30+ ContentAlign (box .Left ).
31+ Color (box .Cyan ).
32+ TitleColor (box .BrightCyan ).
33+ ContentColor (box .BrightWhite )
3434
3535// Version is set at build time via -ldflags.
3636// Falls back to "dev" for local builds.
37- var Version = "0.1.9 "
37+ var Version = "0.2.0 "
3838
3939var rootCmd = & cobra.Command {
4040 Use : "endgit" ,
You can’t perform that action at this time.
0 commit comments