I suspect mimosa config is likely the least (if ever) used command in the command set. I'd like to rip it out of mimosa core to slim core down.
I also think the documented file just doesn't do the documentation any justice. A lot of work has gone into documenting the modules on both github and the site.
Eliminating both the config command and the documented file also removes the need for the placeholder function inside modules, thereby reducing the complexity of creating modules.
I suspect
mimosa config
is likely the least (if ever) used command in the command set. I'd like to rip it out of mimosa core to slim core down.I also think the documented file just doesn't do the documentation any justice. A lot of work has gone into documenting the modules on both github and the site.
Eliminating both the
config
command and thedocumented
file also removes the need for theplaceholder
function inside modules, thereby reducing the complexity of creating modules.