pi-umbra-help
v0.1.2
Published
Two commands over the pi-umbra family: /umb-help lists what is installed and how to configure it, /umb-doctor reports the faults that would otherwise stay silent.
Maintainers
Readme
pi-umbra-help
/umb-help says what is installed and how to configure it. /umb-doctor says what is
broken.
Two commands rather than one, because they answer different questions and a help screen that also lists faults buries the faults.
Neither reads a written-down list, so neither can drift out of date. Commands come from
pi.getCommands(), patches from the bundle on disk, skill roots from the directories pi
itself walks. Install or remove a package and both commands notice without anything here
being edited.
pi-umbra-help/
├── checks
│ └── umbra-help.check.ts
├── extensions
│ └── umbra-help.ts
└── lib
└── umbra-settings.tsInstall
pi install npm:pi-umbra-helpMIT.
