Skip to content

Commit

Permalink
add all commands to main cmd struct (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping authored Nov 2, 2023
2 parents 13ded56 + e398e1b commit 5fbf705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/gosky/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ func run(args []string) {
},
}
app.Commands = []*cli.Command{
accountCmd,
adminCmd,
bskyCmd,
bgsAdminCmd,
carCmd,
debugCmd,
Expand Down

0 comments on commit 5fbf705

Please sign in to comment.