mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
Documentation,cmd/dlv: tidy up --help output (#1649)
* scripts: use relative path in gen-cli-docs.go Makes gen-cli-docs.go work outside GOPATH. * Documentation,cmd/dlv: tidy up --help output The description of --log-dest, --log-output and --backend is very verbose and messes up the output of --help, move it to two "additional help" subcommands.
This commit is contained in:
committed by
Derek Parker
parent
282b3e052b
commit
2bd1cd3fa7
@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
fh, err := os.Create(os.ExpandEnv("$GOPATH/src/github.com/go-delve/delve/Documentation/cli/README.md"))
|
||||
fh, err := os.Create(os.ExpandEnv("./Documentation/cli/README.md"))
|
||||
if err != nil {
|
||||
log.Fatalf("could not create README.md: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user