export use
for core> export use {flags} (module) (members)
module
: Module or module filemembers
: Which members of the module to importinput | output |
---|---|
nothing | nothing |
Re-export a command from another module
>modulespam { export deffoo [] { "foo" } }
moduleeggs { export usespamfoo }
useeggsfoo
foo
foo
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/export_use.html