Documentation: update usage docs (#1095)

This commit is contained in:
Lucas Molas
2018-01-25 16:54:00 -03:00
committed by Derek Parker
parent 550e7d384d
commit c38d6755f0
11 changed files with 28 additions and 15 deletions

View File

@ -47,4 +47,4 @@ Pass flags to the program you are debugging using `--`, for example:
* [dlv trace](dlv_trace.md) - Compile and begin tracing program.
* [dlv version](dlv_version.md) - Prints version.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -38,4 +38,4 @@ dlv attach pid [executable]
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -33,4 +33,4 @@ dlv connect addr
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -37,4 +37,4 @@ dlv core <executable> <core>
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -16,6 +16,12 @@ session.
dlv debug [package]
```
### Options
```
--output string Output path for the binary. (default "debug")
```
### Options inherited from parent commands
```
@ -38,4 +44,4 @@ dlv debug [package]
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -38,4 +38,4 @@ dlv exec <path/to/binary>
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -37,4 +37,4 @@ dlv replay [trace directory]
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -33,4 +33,4 @@ dlv run
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -16,6 +16,12 @@ that package instead.
dlv test [package]
```
### Options
```
--output string Output path for the binary. (default "debug.test")
```
### Options inherited from parent commands
```
@ -38,4 +44,4 @@ dlv test [package]
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -19,6 +19,7 @@ dlv trace [package] regexp
### Options
```
--output string Output path for the binary. (default "debug")
-p, --pid int Pid to attach to.
-s, --stack int Show stack trace with given depth.
```
@ -45,4 +46,4 @@ dlv trace [package] regexp
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018

View File

@ -33,4 +33,4 @@ dlv version
### SEE ALSO
* [dlv](dlv.md) - Delve is a debugger for the Go programming language.
###### Auto generated by spf13/cobra on 20-Jun-2017
###### Auto generated by spf13/cobra on 25-Jan-2018