chore: 对齐

This commit is contained in:
tiglog 2023-09-19 15:14:14 +08:00
parent aa784c4187
commit 2450be244e

View File

@ -31,12 +31,12 @@ func (c *cAbout) Init(args []string) {
c.Action = func() error {
fmt.Printf("About:\n")
fmt.Printf("==================================================\n")
fmt.Printf(" Version: %s\n", c.cli.GetVersion())
fmt.Printf(" Version: %s\n", c.cli.GetVersion())
wd, _ := filepath.Abs("./")
fmt.Printf(" BaseDir: %s\n", wd)
fmt.Printf(" Env: %s\n", "dev")
fmt.Printf(" Debug: %v\n", true)
fmt.Printf(" GOOS: %s %s\n", runtime.GOOS, runtime.GOARCH)
fmt.Printf(" BaseDir: %s\n", wd)
fmt.Printf(" Env: %s\n", "dev")
fmt.Printf(" Debug: %v\n", true)
fmt.Printf(" GOOS: %s %s\n", runtime.GOOS, runtime.GOARCH)
hd := c.cli.GetExtraAbout()
if hd != nil {