Skip to content

Commit

Permalink
Exit after usage() is shown. Fixes goadesign#3583
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 4, 2024
1 parent 381d088 commit e616be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/goa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func main() {
{
if len(os.Args) == 1 {
usage()
return
}

switch os.Args[1] {
Expand Down

0 comments on commit e616be8

Please sign in to comment.