Skip to content

Commit

Permalink
version beta 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Aug 16, 2024
1 parent 0b7bb24 commit ebc7c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Flags:
-na - Disables the -a flag
--version - Shows the callisto version
-dp - Prints parser output
-es - Export all Callisto symbols (and add util functions for interacting
-es - Export all Callisto symbols (and add util function s for interacting
with the Callisto stack)
-d - Enables debug symbols (if available)
-l LIB - Links LIB with the linker (if available)
Expand Down Expand Up @@ -197,7 +197,7 @@ int main(string[] args) {
break;
}
case "--version": {
writeln("Callisto compiler beta 0.7.0");
writeln("Callisto compiler beta 0.8.0");
return 0;
}
case "-a": {
Expand Down Expand Up @@ -284,7 +284,7 @@ int main(string[] args) {
break;
}
case "--help": {
writefln(usage.strip(), args[0]);
writeln(usage.strip());
return 0;
}
default: {
Expand Down

0 comments on commit ebc7c96

Please sign in to comment.