Help for more configs.

This commit is contained in:
Erik Svedäng 2018-04-21 15:43:50 +02:00
parent 4a88903158
commit 39022fdf90

View File

@ -338,6 +338,8 @@ commandHelp [XObj(Str "project") _ _] =
putStrLn "'libflag' - Add a library flag to the compiler."
putStrLn "'compiler' - Set what compiler should be run with the 'build' command."
putStrLn "'title' - Set the title of the current project, will affect the name of the binary produced."
putStrLn "'output-directory' - Where to put compiler artifacts, etc."
putStrLn "'docs-directory' - Where to put generated documentation."
putStrLn "'prompt' - Set the prompt in the repl."
putStrLn "'search-path' - Add a path where the Carp compiler will look for '*.carp' files."
putStrLn ""