Skip to content

Commit b2febcc

Browse files
committed
removed unused config property
1 parent d8a1bc8 commit b2febcc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Model/Config.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ public class Config
3131
[Option('f', "force", HelpText = "Forces overriding the output repository.", DefaultValue = false)]
3232
public bool Force { get; set; }
3333

34-
[Option('k', "keep", HelpText = "Keeps the remotes to the input repositories.", DefaultValue = false)]
35-
public bool Clean { get; set; }
36-
3734
[Option('s', "silent", HelpText = "Prevents printing to proggress information to the console.", DefaultValue = false)]
3835
public bool Silent { get; set; }
3936

0 commit comments

Comments
 (0)