support --backend again in addurl and importfeed
Missed these two when converting from a global option. Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
d01530ac21
commit
149d12f188
5 changed files with 17 additions and 2 deletions
|
@ -37,7 +37,12 @@ import Network.URI
|
|||
import qualified System.FilePath.ByteString as P
|
||||
|
||||
cmd :: Command
|
||||
cmd = notBareRepo $ withAnnexOptions [jobsOption, jsonOptions, jsonProgressOption] $
|
||||
cmd = notBareRepo $ withAnnexOptions
|
||||
[ jobsOption
|
||||
, jsonOptions
|
||||
, jsonProgressOption
|
||||
, backendOption
|
||||
] $
|
||||
command "addurl" SectionCommon "add urls to annex"
|
||||
(paramRepeating paramUrl) (seek <$$> optParser)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue