mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
fix(cli): update deno doc
help to fit current usage (#23224)
This commit is contained in:
parent
7cc584ed79
commit
5dda32088a
1 changed files with 1 additions and 1 deletions
|
@ -1638,7 +1638,7 @@ Target a specific symbol:
|
||||||
Show documentation for runtime built-ins:
|
Show documentation for runtime built-ins:
|
||||||
|
|
||||||
deno doc
|
deno doc
|
||||||
deno doc --builtin Deno.Listener",
|
deno doc --filter Deno.Listener",
|
||||||
)
|
)
|
||||||
.defer(|cmd| {
|
.defer(|cmd| {
|
||||||
cmd
|
cmd
|
||||||
|
|
Loading…
Reference in a new issue