mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 10:47:27 +08:00 
			
		
		
		
	 a90893f532
			
		
	
	a90893f532
	
	
	
		
			
			* cmd: include replay command in docs even if rr is not installed. * path/to/binary is the required argument Replaces #847
		
			
				
	
	
		
			13 lines
		
	
	
		
			197 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			197 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build ignore
 | |
| 
 | |
| package main
 | |
| 
 | |
| import (
 | |
| 	"github.com/derekparker/delve/cmd/dlv/cmds"
 | |
| 	"github.com/spf13/cobra/doc"
 | |
| )
 | |
| 
 | |
| func main() {
 | |
| 	doc.GenMarkdownTree(cmds.New(true), "./Documentation/usage")
 | |
| }
 |