We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aafa2 commit 63b2a17Copy full SHA for 63b2a17
pkg/app/debug-cmd.go
@@ -158,7 +158,7 @@ func DefineDebugCommands(kpApp *kingpin.Application) {
158
if err != nil {
159
return err
160
}
161
- dump, err := moduleRequest(client).Config(outputFormat, showGlobal)
+ dump, err := moduleRequest(client).Name(moduleName).Config(outputFormat, showGlobal)
162
163
164
0 commit comments