diff options
-rw-r--r-- | cmd/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/commands.go b/cmd/commands.go index 43aba01..e02f6a0 100644 --- a/cmd/commands.go +++ b/cmd/commands.go @@ -27,7 +27,7 @@ type Command struct { // Required. 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 // associated error. // Required. |