From 43fba378d67632084f06d26f15c5ffd6f3168540 Mon Sep 17 00:00:00 2001 From: Jose Donizetti Date: Thu, 7 May 2020 12:31:58 -0300 Subject: docs: Fix command.Func documentation (#3371) --- cmd/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/commands.go') 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. -- cgit v1.2.3