help externs
for core
Show help on nushell externs.
Signature
> help externs {flags} ...rest
Flags
--find, -f {string}
: string to find in extern names and descriptions
Parameters
...rest
: The name of extern to get help on.
Input/output types:
input | output |
---|---|
nothing | table |
Examples
show all externs
> help externs
show help for single extern
> help externs smth
search for string in extern names and descriptions
> help externs --find smth