hide
for core> hide {flags} (module) (members)
module
: Module or module filemembers
: Which members of the module to importinput | output |
---|---|
nothing | nothing |
Hide the alias just defined
>aliaslll=ls-l;hidelll
Hide a custom command
>defsay-hi [] { echo'Hi!' };hidesay-hi
Definitions are hidden by priority: First aliases, then custom commands.
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/hide.html