be clear that we are using the yesod-core version
This commit is contained in:
parent
437a82d6c4
commit
bc7e8f3643
@ -36,7 +36,7 @@ main = do
|
||||
["touch"] -> touch
|
||||
#endif
|
||||
"devel":rest -> devel isDev rest
|
||||
["version"] -> putStrLn yesodVersion
|
||||
["version"] -> putStrLn $ "yesod-core version:" ++ yesodVersion
|
||||
"configure":rest -> rawSystem cmd ("configure":rest) >>= exitWith
|
||||
_ -> do
|
||||
putStrLn "Usage: yesod <command>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user