docs: short aliases, short descriptions [ci skip]

This commit is contained in:
2021-09-05 01:21:16 +02:00
parent 7155a33d31
commit a3a66ef972
5 changed files with 24 additions and 14 deletions

View File

@ -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