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 externsshow help for single extern
> help externs smthsearch for string in extern names and descriptions
> help externs --find smth