fix version option in cmd
This commit is contained in:
		| @@ -413,6 +413,7 @@ func (c *cmd) Init(opts ...Option) error { | ||||
| 	} | ||||
| 	c.app.Name = c.opts.Name | ||||
| 	c.app.Version = c.opts.Version | ||||
| 	c.app.HideVersion = len(c.opts.Version) == 0 | ||||
| 	c.app.Usage = c.opts.Description | ||||
| 	c.app.RunAndExitOnError() | ||||
| 	return nil | ||||
|   | ||||
		Reference in New Issue
	
	Block a user