File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ pub mod clean {
583
583
/// Remove whole directories.
584
584
#[ arg( long, short = 'd' ) ]
585
585
pub directories : bool ,
586
- /// Remove nested repositories.
586
+ /// Remove nested repositories, even outside ignored directories .
587
587
#[ arg( long, short = 'r' ) ]
588
588
pub repositories : bool ,
589
589
/// Pathspec patterns are used to match the result of the dirwalk, not the dirwalk itself.
@@ -593,6 +593,9 @@ pub mod clean {
593
593
#[ arg( long, short = 'm' ) ]
594
594
pub pathspec_matches_result : bool ,
595
595
/// 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.
596
599
#[ arg( long) ]
597
600
pub skip_hidden_repositories : Option < FindRepository > ,
598
601
/// What kind of repositories to find inside of untracked directories.
You can’t perform that action at this time.
0 commit comments