Bug Fixes
- add: Use bootstrap factory, not handler (dbfc891)
Features
- commands: Delay require of command instantiation (a1284f3)
- project: Inherit configuration with yargs-like "extends" (0b28ef5), closes #1281
BREAKING CHANGES
- commands: The default export of command packages is now a factory, not the subclass (which is now a named export).