finished converting all the main options
This commit is contained in:
parent
5cc882a35e
commit
6a4f2087be
22 changed files with 165 additions and 122 deletions
|
@ -28,7 +28,7 @@ cmd = withOptions opts $ notBareRepo $
|
|||
"move and add files from outside git working copy"
|
||||
paramPaths (withParams seek)
|
||||
|
||||
opts :: [Option]
|
||||
opts :: [GlobalOption]
|
||||
opts = duplicateModeOptions ++ fileMatchingOptions
|
||||
|
||||
data DuplicateMode = Default | Duplicate | DeDuplicate | CleanDuplicates | SkipDuplicates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue