mill icon indicating copy to clipboard operation
mill copied to clipboard

`inspect` should show some useful info about modules

Open lefou opened this issue 2 years ago • 0 comments

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

lefou avatar Dec 21 '23 10:12 lefou