forked from toolshed/abra
docs: short aliases, short descriptions [ci skip]
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
// VersionCommand prints the version of abra.
|
||||
var VersionCommand = &cli.Command{
|
||||
Name: "version",
|
||||
Usage: "Print the version",
|
||||
Usage: "Print version",
|
||||
Action: func(c *cli.Context) error {
|
||||
cli.VersionPrinter(c)
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user