refactor: punctuation, error handling and package docs

This commit is contained in:
2021-09-05 00:21:45 +02:00
parent 254a4d6d43
commit dac679db48
2 changed files with 19 additions and 19 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/urfave/cli/v2"
)
// VersionCommand prints the version of abra
// VersionCommand prints the version of abra.
var VersionCommand = &cli.Command{
Name: "version",
Usage: "Print the version",