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 c52e8b4 commit b66c01bCopy full SHA for b66c01b
internal/commands/loglevel/set.go
@@ -91,8 +91,9 @@ Description:
91
}
92
if len(parsedArgs) == 0 {
93
return nil
94
- }component
+ }
95
96
+ component := ""
97
if passedComponent := parsedArgs["--component"]; passedComponent != nil {
98
component = passedComponent.(string)
99
internal/commands/loglevel/unset.go
@@ -79,6 +79,7 @@ Description:
79
80
81
82
83
84
85
0 commit comments