We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb19b5d commit b7d7b55Copy full SHA for b7d7b55
cmd/dbc/info.go
@@ -24,7 +24,7 @@ import (
24
25
type InfoCmd struct {
26
Driver string `arg:"positional,required" help:"Driver to get info about"`
27
- Json bool `help:"Output JSON instead of plaintext"`
+ Json bool `help:"Print output as JSON instead of plaintext"`
28
}
29
30
func (c InfoCmd) GetModelCustom(baseModel baseModel) tea.Model {
0 commit comments