Get build command working and fix ordering of blog posts
[xyz.git] / app / Main.hs
index 601f13f..21dfb7e 100644 (file)
@@ -44,7 +44,7 @@ usage =  putStr . ununlines $ [
   ]
 
 parse ["init"] = init >> exit
-parse ["build"] = putStrLn "would do a build" >> exit
+parse ["build"] = someFunc >> exit
 parse [_] = usage >> exit
 parse [] = usage >> exit