dart-pacotes/.bricks

fix(worker/README): Usage section

Closed this issue · 1 comments

In the section Usage of README file, we have:

mason make worker --name <brick_name> --description <brick_description> --author <brick_author> --license <brick_license>

However license is not a valid param and the param type is missing in the example

After #83 the license will start to be a valid param with the following valid values MIT, GNUGPLV3 and none