From c005bc2887e886d3b48750b149bf5b155678a653 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Jun 2017 13:12:42 -0400 Subject: support --to=. as shorthand for --to=here --- Command/Move.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/Move.hs b/Command/Move.hs index 76b6c882a..6c65b8c2a 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -43,6 +43,7 @@ optParser desc = MoveOptions parseto = herespecialcase <$> parseToOption where herespecialcase "here" = Left ToHere + herespecialcase "." = Left ToHere herespecialcase n = Right $ ToRemote $ parseRemoteOption n instance DeferredParseClass MoveOptions where -- cgit v1.2.3