mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Merge pull request #1545 from AquaGeneral/master
Added options to help, and improved wording
This commit is contained in:
+3
-1
@@ -575,8 +575,10 @@ void usage(String argv0) {
|
|||||||
print_usage_line(1, "build compile .odin file, or directory of .odin files, as an executable.");
|
print_usage_line(1, "build compile .odin file, or directory of .odin files, as an executable.");
|
||||||
print_usage_line(1, " one must contain the program's entry point, all must be in the same package.");
|
print_usage_line(1, " one must contain the program's entry point, all must be in the same package.");
|
||||||
print_usage_line(1, "run same as 'build', but also then runs the newly compiled executable.");
|
print_usage_line(1, "run same as 'build', but also then runs the newly compiled executable.");
|
||||||
print_usage_line(1, "check parse and type check .odin file");
|
print_usage_line(1, "check parse, and type check an .odin file, or directory of .odin files");
|
||||||
print_usage_line(1, "query parse, type check, and output a .json file containing information about the program");
|
print_usage_line(1, "query parse, type check, and output a .json file containing information about the program");
|
||||||
|
print_usage_line(1, "strip-semicolon parse, type check, and remove unneeded semicolons from the entire program");
|
||||||
|
print_usage_line(1, "test build ands runs procedures with the attribute @(test) in the initial package");
|
||||||
print_usage_line(1, "doc generate documentation .odin file, or directory of .odin files");
|
print_usage_line(1, "doc generate documentation .odin file, or directory of .odin files");
|
||||||
print_usage_line(1, "version print version");
|
print_usage_line(1, "version print version");
|
||||||
print_usage_line(1, "report print information useful to reporting a bug");
|
print_usage_line(1, "report print information useful to reporting a bug");
|
||||||
|
|||||||
Reference in New Issue
Block a user