From 7ddcc4b2c56e51a2718b62614d2624f25629b5bb Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 26 Apr 2016 02:15:04 -0400 Subject: body of kiki init is now library call: importAndRefresh. --- cokiki.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cokiki.hs') diff --git a/cokiki.hs b/cokiki.hs index 055be9b..8e013d6 100644 --- a/cokiki.hs +++ b/cokiki.hs @@ -40,7 +40,7 @@ main = do ["ssh-server"] -> pure (whenRoot sshServer) ["strongswan"] -> pure (whenRoot strongswan) _ -> pure $ hPutStr stderr usage - spec = fancy [("--chroot",1),("--passphrase-fd",1),("--homedir",1)] [] "" + spec = uncurry fancy Kiki.kikiOptions "" case runArgs (parseInvocation spec args) sel of Left e -> hPutStrLn stderr $ usageErrorMessage e Right io -> io -- cgit v1.2.3