go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.38k stars 2.13k forks source link

cmd/dlv: add shell (non-)completions to flags taking args #3696

Closed scop closed 2 months ago

scop commented 2 months ago

Mostly to avoid the default filename completions to flags that don't operate on filenames. Then again, mark ones that do explicitly as such, and add more specific completions for a number of other cases, too.