cleanup
This commit is contained in:
parent
3320870bad
commit
2e071a09b7
1 changed files with 2 additions and 4 deletions
|
@ -36,10 +36,8 @@ import Logs.View (is_branchView)
|
|||
import Annex.BloomFilter
|
||||
|
||||
cmd :: Command
|
||||
cmd = -- withGlobalOptions [unusedFromOption, refSpecOption] $
|
||||
command "unused" SectionMaintenance
|
||||
"look for unused file content"
|
||||
paramNothing (seek <$$> optParser)
|
||||
cmd = command "unused" SectionMaintenance "look for unused file content"
|
||||
paramNothing (seek <$$> optParser)
|
||||
|
||||
data UnusedOptions = UnusedOptions
|
||||
{ fromRemote :: Maybe RemoteName
|
||||
|
|
Loading…
Add table
Reference in a new issue