diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-05 12:55:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-05 12:55:50 -0400 |
commit | 41ef0a573bd50bb4c2f984834e7af9f97c596662 (patch) | |
tree | 92b1d5288b8d6596235840c25a3f90883c8578d2 /Command/RmUrl.hs | |
parent | b9c88044bcc9e2b409ee2872d4b75c26ce6e821f (diff) |
rekey: Added --batch mode.
Would have liked to make the Parser parse the file and key pairs, but it
seems that optparse-applicative is unable to handle eg:
many ((,) <$> argument <*> argument)
This commit was sponsored by Thomas Hochstein on Patreon.
Diffstat (limited to 'Command/RmUrl.hs')
-rw-r--r-- | Command/RmUrl.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/RmUrl.hs b/Command/RmUrl.hs index 0f33d66b2..1a547a71e 100644 --- a/Command/RmUrl.hs +++ b/Command/RmUrl.hs @@ -10,7 +10,6 @@ module Command.RmUrl where import Command import Logs.Web import qualified Remote -import CmdLine.Batch cmd :: Command cmd = notBareRepo $ |