@@ -51,7 +51,7 @@ pub(crate) enum Commands {
51
51
short = 't' ,
52
52
long = "output-format" ,
53
53
default_value = "json-pretty" ,
54
- help = "Output format: yaml, json, json-pretty (default) "
54
+ help = "Output format: yaml, json, json-pretty"
55
55
) ]
56
56
output_format : OutputFormat ,
57
57
} ,
@@ -68,7 +68,7 @@ pub(crate) enum Commands {
68
68
short = 't' ,
69
69
long = "output-format" ,
70
70
default_value = "json-pretty" ,
71
- help = "Output format: yaml, json, json-pretty (default) "
71
+ help = "Output format: yaml, json, json-pretty"
72
72
) ]
73
73
output_format : OutputFormat ,
74
74
#[ arg(
@@ -98,7 +98,7 @@ pub(crate) enum Commands {
98
98
short = 't' ,
99
99
long = "output-format" ,
100
100
default_value = "json-pretty" ,
101
- help = "Output format: yaml, json, json-pretty (default) "
101
+ help = "Output format: yaml, json, json-pretty"
102
102
) ]
103
103
output_format : OutputFormat ,
104
104
} ,
@@ -110,7 +110,7 @@ pub(crate) enum Commands {
110
110
short = 't' ,
111
111
long = "output-format" ,
112
112
default_value = "json-pretty" ,
113
- help = "Output format: yaml, json, json-pretty (default) "
113
+ help = "Output format: yaml, json, json-pretty"
114
114
) ]
115
115
output_format : OutputFormat ,
116
116
} ,
@@ -136,7 +136,7 @@ pub struct InstanceArgs {
136
136
short = 't' ,
137
137
long = "output-format" ,
138
138
default_value = "text" ,
139
- help = "Output format: text, yaml, json, json-pretty (default) "
139
+ help = "Output format: text, yaml, json, json-pretty"
140
140
) ]
141
141
pub output_format : OutputFormat ,
142
142
@@ -171,7 +171,7 @@ pub struct ApplicationArgs {
171
171
short = 't' ,
172
172
long = "output-format" ,
173
173
default_value = "text" ,
174
- help = "Output format: text, yaml, json, json-pretty (default) "
174
+ help = "Output format: text, yaml, json, json-pretty"
175
175
) ]
176
176
pub output_format : OutputFormat ,
177
177
0 commit comments