Jose Donizetti
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cmd/commands.go
|
@ -27,7 +27,7 @@ type Command struct { |
|
|
// Required.
|
|
|
// Required.
|
|
|
Name string |
|
|
Name string |
|
|
|
|
|
|
|
|
// Run is a function that executes a subcommand using
|
|
|
// Func is a function that executes a subcommand using
|
|
|
// the parsed flags. It returns an exit code and any
|
|
|
// the parsed flags. It returns an exit code and any
|
|
|
// associated error.
|
|
|
// associated error.
|
|
|
// Required.
|
|
|
// Required.
|
|
|