We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nupm install --help
Might be related to #100, and probably an upstream (Nushell) bug of some sort.
The install help, when accessed via nupm install --help shows help for install, publish, search, etc.
install
publish
search
help nupm install shows nu::parser::not_found.
help nupm install
nu::parser::not_found
When using std help, it returns std::help::item_not_found on a clean (--no-config-file) launch or:
std help
std::help::item_not_found
--no-config-file
nupm install --help Retrieve the theme settings
... which is probably coming from nu-themes.
nu-themes
overlay use nupm --prefix nupm install --help
0.98.0 Linux and NUPM 0.2.0
The text was updated successfully, but these errors were encountered:
arf, properly defining help for Nushell modules can be painful...
Sorry, something went wrong.
No branches or pull requests
Might be related to #100, and probably an upstream (Nushell) bug of some sort.
Description
The
install
help, when accessed vianupm install --help
shows help forinstall
,publish
,search
, etc.help nupm install
showsnu::parser::not_found
.When using
std help
, it returnsstd::help::item_not_found
on a clean (--no-config-file
) launch or:... which is probably coming from
nu-themes
.Steps to reproduce
Version
0.98.0 Linux and NUPM 0.2.0
The text was updated successfully, but these errors were encountered: