Configuration Changes
- Add
command.expose
to show subcommands in parent command's help (#230, #232, #236) - Change the
command.group
option so that it no longer sticky (#230)- ⚠️ Action Required: If you are using this feature, all commands that need to be under a certain group must have the
group
option.
- ⚠️ Action Required: If you are using this feature, all commands that need to be under a certain group must have the
CLI Changes
- Add
--watch
to thegenerate
command (#237)
Internal Changes
Full Changelog: v0.8.1...v0.8.2