cli: add checks for importing modules

This commit is contained in:
Dima Gerasimov 2020-05-25 11:12:27 +01:00
parent 8019389ccb
commit d890599c7c
4 changed files with 163 additions and 29 deletions

View file

@ -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!