mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
typo, fix and run 'go run ./scripts/gen-cli-docs.go' (#848)
This commit is contained in:
@ -307,7 +307,7 @@ Print list of types
|
|||||||
|
|
||||||
types [<regex>]
|
types [<regex>]
|
||||||
|
|
||||||
If regex is specified only the functions matching it will be returned.
|
If regex is specified only the types matching it will be returned.
|
||||||
|
|
||||||
|
|
||||||
## vars
|
## vars
|
||||||
|
|||||||
@ -160,7 +160,7 @@ If regex is specified only the functions matching it will be returned.`},
|
|||||||
|
|
||||||
types [<regex>]
|
types [<regex>]
|
||||||
|
|
||||||
If regex is specified only the functions matching it will be returned.`},
|
If regex is specified only the types matching it will be returned.`},
|
||||||
{aliases: []string{"args"}, allowedPrefixes: scopePrefix | onPrefix, cmdFn: args, helpMsg: `Print function arguments.
|
{aliases: []string{"args"}, allowedPrefixes: scopePrefix | onPrefix, cmdFn: args, helpMsg: `Print function arguments.
|
||||||
|
|
||||||
[goroutine <n>] [frame <m>] args [-v] [<regex>]
|
[goroutine <n>] [frame <m>] args [-v] [<regex>]
|
||||||
|
|||||||
Reference in New Issue
Block a user