add help message
This commit is contained in:
parent
58a91c7634
commit
2a8cb7c066
1
yesod/main.hs
Normal file → Executable file
1
yesod/main.hs
Normal file → Executable file
@ -30,5 +30,6 @@ 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 " use --dev devel to build with cabal-dev"
|
||||||
putStrLn " version Print the version of Yesod"
|
putStrLn " version Print the version of Yesod"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user