Skip to content

Commit

Permalink
add author
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 10, 2020
1 parent 0f6d4e7 commit 8faaf8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ func runCLI(args []string) {
app.UsageText = "api-scaffolder [command] [command options] [arguments...]"
app.EnableBashCompletion = true
app.Usage = ""
app.Authors = []cli.Author{
cli.Author{
Name: "Roger Welin",
},
}

app.Commands = []cli.Command{
{
Name: "new-api",
Expand Down

0 comments on commit 8faaf8c

Please sign in to comment.