document version command
This commit is contained in:
parent
901c0fcb10
commit
56a5b167a6
@ -61,6 +61,7 @@ main = do
|
|||||||
putStrLn " build Build project (performs TH dependency analysis)"
|
putStrLn " build Build project (performs TH dependency analysis)"
|
||||||
putStrLn " touch Touch any files with altered TH dependencies but do not build"
|
putStrLn " touch Touch any files with altered TH dependencies but do not build"
|
||||||
putStrLn " devel Run project with the devel server"
|
putStrLn " devel Run project with the devel server"
|
||||||
|
putStrLn " version Print the version of Yesod"
|
||||||
|
|
||||||
puts :: String -> IO ()
|
puts :: String -> IO ()
|
||||||
puts s = putStr s >> hFlush stdout
|
puts s = putStr s >> hFlush stdout
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user