cli: add checks for importing modules
This commit is contained in:
parent
8019389ccb
commit
d890599c7c
4 changed files with 163 additions and 29 deletions
|
@ -228,6 +228,10 @@ Generally you can just try using the module and then install missing packages vi
|
|||
HPI comes with a command line tool that can help you detect potential issues. Run:
|
||||
|
||||
: hpi doctor
|
||||
: # alternatively, for more output:
|
||||
: hpi doctor --verbose
|
||||
|
||||
If you only have few modules set up, lots of them will error for you, which is expected, so check the ones you expect to work.
|
||||
|
||||
If you have any ideas on how to improve it, please let me know!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue