reorganize some files and imports
This commit is contained in:
parent
3149a62a35
commit
86ffeb73d1
34 changed files with 92 additions and 120 deletions
|
@ -14,8 +14,6 @@ import Logs.Location
|
|||
import Logs.Transfer
|
||||
import qualified Remote
|
||||
import Types.Remote
|
||||
import GitAnnex.Options
|
||||
import qualified Option
|
||||
|
||||
def :: [Command]
|
||||
def = [withOptions transferKeyOptions $
|
||||
|
@ -26,7 +24,7 @@ transferKeyOptions :: [Option]
|
|||
transferKeyOptions = fileOption : fromToOptions
|
||||
|
||||
fileOption :: Option
|
||||
fileOption = Option.field [] "file" paramFile "the associated file"
|
||||
fileOption = fieldOption [] "file" paramFile "the associated file"
|
||||
|
||||
seek :: CommandSeek
|
||||
seek ps = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue