Might be related to #100, and probably an upstream (Nushell) bug of some sort. ## Description The `install` help, when accessed via `nupm install --help` shows help for `install`, `publish`, `search`, etc. `help nupm install` shows `nu::parser::not_found`. When using `std help`, it returns `std::help::item_not_found` on a clean (`--no-config-file`) launch or: ```nu nupm install --help Retrieve the theme settings ``` ... which is probably coming from `nu-themes`. ## Steps to reproduce ```nu overlay use nupm --prefix nupm install --help ``` ## Version 0.98.0 Linux and NUPM 0.2.0