File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ pub enum SubCmd {
143
143
#[ command( next_help_heading = & * * crate :: args:: ARG_HELP_HEADING ) ]
144
144
Search ( Search ) ,
145
145
/// List files in the specified package
146
- #[ command( about = fl!( "clap-files-help" ) , help_template = & * HELP_TEMPLATE , help_template = & * HELP_TEMPLATE ) ]
146
+ #[ command( about = fl!( "clap-files-help" ) , help_template = & * HELP_TEMPLATE ) ]
147
147
#[ command( next_help_heading = & * * crate :: args:: ARG_HELP_HEADING ) ]
148
148
Files ( Files ) ,
149
149
/// Search for package(s) that provide(s) certain patterns in a path
@@ -212,9 +212,8 @@ pub enum SubCmd {
212
212
#[ command( hide = true , help_template = & * HELP_TEMPLATE ) ]
213
213
#[ command( next_help_heading = & * * crate :: args:: ARG_HELP_HEADING ) ]
214
214
CommandNotFound ( CommandNotFound ) ,
215
- #[ command( hide = true , help_template = & * HELP_TEMPLATE ) ]
216
- #[ command( next_help_heading = & * * crate :: args:: ARG_HELP_HEADING ) ]
217
215
/// Generate manpages
216
+ #[ command( hide = true ) ]
218
217
#[ command( help_template = & * HELP_TEMPLATE ) ]
219
218
#[ command( next_help_heading = & * * crate :: args:: ARG_HELP_HEADING ) ]
220
219
GenerateManpages ( GenerateManpages ) ,
You can’t perform that action at this time.
0 commit comments