Skip to content

stdlib: fix the names of the help commands in help.nu#9252

Merged
amtoine merged 1 commit intonushell:mainfrom
amtoine:fix/stdlib/help-internal-command-calls
May 20, 2023
Merged

stdlib: fix the names of the help commands in help.nu#9252
amtoine merged 1 commit intonushell:mainfrom
amtoine:fix/stdlib/help-internal-command-calls

Conversation

@amtoine
Copy link
Copy Markdown
Member

@amtoine amtoine commented May 20, 2023

related to the changes in

Description

when we change the namespace of a module, the internal calls to the exported commands needs to be updated as well 👀 😆

without this, we have the following pretty error:

> std help ansi
Error:   × std::help::item_not_found
   ╭─[entry #1:1:1]
 1 │ std help ansi
   ·          ──┬─
   ·            ╰── item not found
   ╰────

@amtoine amtoine added the A:std-library Defining and improving the standard library written in Nu label May 20, 2023
@amtoine amtoine merged commit 9b13933 into nushell:main May 20, 2023
@amtoine amtoine deleted the fix/stdlib/help-internal-command-calls branch May 20, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A:std-library Defining and improving the standard library written in Nu

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant