Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 923 Bytes

help_externs.md

File metadata and controls

55 lines (38 loc) · 923 Bytes
title categories version core usage editLink contributors
help externs
core
0.104.0
Show help on nushell externs.
Show help on nushell externs.
false
false

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