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