diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-10-24 01:14:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 01:14:09 -0400 |
| commit | b798aaf49937568541e8d89eb0be0058871a969f (patch) | |
| tree | 7671d5a76b00d7d11bed51cac88950fb5ed27324 /src/main.zig | |
| parent | 794dc694b140908a9affc5b449cda09bbe971cfe (diff) | |
| parent | d4911794ae8f43745b2d98a725acf440954f8d90 (diff) | |
| download | zig-b798aaf49937568541e8d89eb0be0058871a969f.tar.gz zig-b798aaf49937568541e8d89eb0be0058871a969f.zip | |
Merge pull request #17687
frontend: rework `@embedFile` for incremental compilation
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main.zig b/src/main.zig index e9cdc5b550..96d8551b70 100644 --- a/src/main.zig +++ b/src/main.zig @@ -607,16 +607,6 @@ const usage_build_generic = \\ ; -const repl_help = - \\Commands: - \\ update Detect changes to source files and update output files. - \\ run Execute the output file, if it is an executable or test. - \\ update-and-run Perform an `update` followed by `run`. - \\ help Print this text - \\ exit Quit this repl - \\ -; - const SOName = union(enum) { no, yes_default_value, |
