summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2011-08-09 21:52:50 +0200
committerDaniel Wagner <daniel@wagner-home.com>2011-08-09 21:52:50 +0200
commit8cd7b7943c1da147a939fb70a8c2c3c08eaf197b (patch)
treef474ab15350103b1b21df6b906401137eaf3ad8b /Main.hs
parent62951855f589ba5d27167c7b556dd291d63e2213 (diff)
downloadmetatile-8cd7b7943c1da147a939fb70a8c2c3c08eaf197b.tar
metatile-8cd7b7943c1da147a939fb70a8c2c3c08eaf197b.zip
recognize the --replace option
Ignore-this: 144ecf69bf57464f0de5a68837142190 darcs-hash:20110809195250-76d51-7d0cc80aecc162339ac6323bad61d5813500d4f0
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index 239fb2a..cd076b5 100644
--- a/Main.hs
+++ b/Main.hs
@@ -43,6 +43,7 @@ main = do
("--resume":_) -> launch
["--help"] -> usage
["--recompile"] -> recompile True >>= flip unless exitFailure
+ ["--replace"] -> launch
["--restart"] -> sendRestart >> return ()
["--version"] -> putStrLn $ unwords shortVersion
["--verbose-version"] -> putStrLn . unwords $ shortVersion ++ longVersion