mill
mill copied to clipboard
`inspect` should show some useful info about modules
Currently, mill inspect only works for targets, but not for modules. For module, it just outputs an error message "inspect Cannot find default task to evaluate for module foo".
Instead, it should provide some useful information:
- the inherited / mixed-in modules
- the available tasks
- an optionally defined default task
- potentially known sub-modules or cross instances