databio / bulker

Manager for multi-container computing environments
https://bulker.io
BSD 2-Clause "Simplified" License
24 stars 2 forks source link

show which crates are imported #88

Open nsheff opened 1 year ago

nsheff commented 1 year ago

one thing that's often confused me when using bulker is the importing of crates. for example, I don't know which crate actually contained the command I'm using, the one I'm loading, or one it imports.

One way to make this more transparent could be to have bulker inspect show which crates are imported by the current crate, and list commands by crate instead of all at once.