mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
* cmd: include replay command in docs even if rr is not installed. * path/to/binary is the required argument Replaces #847
This commit is contained in:
committed by
Derek Parker
parent
311a53f80b
commit
a90893f532
@ -8,5 +8,5 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
doc.GenMarkdownTree(cmds.New(), "./Documentation/usage")
|
||||
doc.GenMarkdownTree(cmds.New(true), "./Documentation/usage")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user