Skip to content

Commit

Permalink
Update cli args.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Dec 10, 2023
1 parent 6610fa4 commit 6b76fb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ fn help() void {
\\
\\Commands:
\\ cyber [source] Compile and run a script.
\\ -jit [source] Use jit compiler. Experimental.
\\ cyber compile [source] Compile script and dump the bytecode.
\\ cyber help Print usage.
\\ cyber version Print version number.
Expand All @@ -245,8 +246,6 @@ fn help() void {
\\
\\cyber compile Options:
\\ -pc Next arg is the pc to dump detailed bytecode at.
\\ -aot Ahead-of-time compilation.
\\ Enabled if CLI was built with `-Djit`.
\\
, .{build_options.version});
}
Expand Down

0 comments on commit 6b76fb7

Please sign in to comment.