Skip to content
New issue

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 shows all submodule help #101

Open
NotTheDr01ds opened this issue Sep 26, 2024 · 1 comment
Open

nupm install --help shows all submodule help #101

NotTheDr01ds opened this issue Sep 26, 2024 · 1 comment

Comments

@NotTheDr01ds
Copy link

NotTheDr01ds commented Sep 26, 2024

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:

nupm install --help
Retrieve the theme settings

... which is probably coming from nu-themes.

Steps to reproduce

overlay use nupm --prefix
nupm install --help

Version

0.98.0 Linux and NUPM 0.2.0

@amtoine
Copy link
Member

amtoine commented Oct 5, 2024

arf, properly defining help for Nushell modules can be painful...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants