| ... | ... | @@ -607,16 +607,6 @@ const usage_build_generic = |
| 607 | 607 | \\ |
| 608 | 608 | ; |
| 609 | 609 | |
| 610 | | const repl_help = |
| 611 | | \\Commands: |
| 612 | | \\ update Detect changes to source files and update output files. |
| 613 | | \\ run Execute the output file, if it is an executable or test. |
| 614 | | \\ update-and-run Perform an `update` followed by `run`. |
| 615 | | \\ help Print this text |
| 616 | | \\ exit Quit this repl |
| 617 | | \\ |
| 618 | | ; |
| 619 | | |
| 620 | 610 | const SOName = union(enum) { |
| 621 | 611 | no, |
| 622 | 612 | yes_default_value, |