Skip to content

Commit

Permalink
Add colourlists command to cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
zluudg committed Oct 31, 2024
1 parent 517dabc commit 0ba2079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func init() {
rootCmd.AddCommand(cmd.PopCmd)
rootCmd.AddCommand(cmd.DawgCmd)
rootCmd.AddCommand(cmd.ApiCmd) // TODO move into pop command
rootCmd.AddCommand(cmd.ColourlistsCmd) // TODO move into pop command
}

var validate *validator.Validate
Expand Down

0 comments on commit 0ba2079

Please sign in to comment.