File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ pub mod clean {
583583 /// Remove whole directories.
584584 #[ arg( long, short = 'd' ) ]
585585 pub directories : bool ,
586- /// Remove nested repositories.
586+ /// Remove nested repositories, even outside ignored directories .
587587 #[ arg( long, short = 'r' ) ]
588588 pub repositories : bool ,
589589 /// Pathspec patterns are used to match the result of the dirwalk, not the dirwalk itself.
@@ -593,6 +593,9 @@ pub mod clean {
593593 #[ arg( long, short = 'm' ) ]
594594 pub pathspec_matches_result : bool ,
595595 /// Enter ignored directories to skip repositories contained within.
596+ ///
597+ /// This identifies and avoids deleting separate repositories that are nested inside
598+ /// ignored directories eligible for removal.
596599 #[ arg( long) ]
597600 pub skip_hidden_repositories : Option < FindRepository > ,
598601 /// What kind of repositories to find inside of untracked directories.
You can’t perform that action at this time.
0 commit comments