You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/terminal/src/Main.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ make =
197
197
flags Make.Flags
198
198
|-- onOff "debug""Turn on the time-travelling debugger. It allows you to rewind and replay events. The events can be imported/exported into a file, which makes for very precise bug reports!"
199
199
|-- onOff "optimize""Turn on optimizations to make code smaller and faster. For example, the compiler renames record fields to be as short as possible and unboxes values to reduce allocation."
200
-
|-- flag "output"Output.output "Specify the name of the resulting JS file. For example --output=assets/elm.js to generate the JS at assets/elm.js or --output=/dev/null to generate no output at all!"
200
+
|-- flag "output"Output.output "Specify the name of the resulting JS or Html file. For example --output=assets/elm.js to generate the JS at assets/elm.js, --output=assets/index.html to generate a Html file or --output=/dev/null to generate no output at all!"
201
201
|-- flag "report"Make.reportType "You can say --report=json to get error messages as JSON. This is only really useful if you are an editor plugin. Humans should avoid it!"
202
202
|-- flag "docs"Make.docsFile "Generate a JSON file of documentation for a package. Eventually it will be possible to preview docs with `reactor` because it is quite hard to deal with these JSON files directly."
0 commit comments