--all for get, move, and copy
This commit is contained in:
parent
def7cb706f
commit
b337a8b4c7
5 changed files with 89 additions and 57 deletions
|
@ -24,7 +24,7 @@ def = [withOptions options $
|
|||
"transfers a key from or to a remote"]
|
||||
|
||||
options :: [Option]
|
||||
options = fileOption : Command.Move.options
|
||||
options = [fileOption, Command.Move.fromOption, Command.Move.toOption]
|
||||
|
||||
fileOption :: Option
|
||||
fileOption = Option.field [] "file" paramFile "the associated file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue