Skip to content

Commit

Permalink
Add a godoc comment to InitCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jun 17, 2021
1 parent 12bb43e commit 64d1a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package command

import "github.com/mitchellh/cli"

// InitCommands builds a root of commands.
func InitCommands(ui cli.Ui) map[string]cli.CommandFactory {
meta := Meta{
UI: ui,
Expand Down

0 comments on commit 64d1a97

Please sign in to comment.