extern-wrapped
for core> extern-wrapped {flags} (def_name) (params) (body)
def_name
: definition nameparams
: parametersbody
: wrapper code blockinput | output |
---|---|
nothing | nothing |
Define a custom wrapper for an external command
>extern-wrappedmy-echo [...rest] { echo$rest };my-echospam
╭───┬──────╮
│0│spam│
╰───┴──────╯
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/extern-wrapped.html