pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 65 forks source link

Bugfix, Change AddProducerCommand to AddMessageCommand #118

Closed Ken1Nil closed 1 year ago

Ken1Nil commented 1 year ago

Noticed craftsman add message failed.

The add.AddCommand<AddProducerCommand>("message") was probably copy+paste error.

Changed add.AddCommand<AddProducerCommand>("message")

to add.AddCommand<AddMessageCommand>("message")

and fixed example texts