mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add -no-entry-point to help
This commit is contained in:
@@ -1668,6 +1668,12 @@ void print_show_help(String const arg0, String const &command) {
|
|||||||
print_usage_line(2, "Ignores unknown attributes");
|
print_usage_line(2, "Ignores unknown attributes");
|
||||||
print_usage_line(2, "This can be used with metaprogramming tools");
|
print_usage_line(2, "This can be used with metaprogramming tools");
|
||||||
print_usage_line(0, "");
|
print_usage_line(0, "");
|
||||||
|
|
||||||
|
if (command != "test") {
|
||||||
|
print_usage_line(1, "-no-entry-point");
|
||||||
|
print_usage_line(2, "Removes default requirement of an entry point (e.g. main procedure)");
|
||||||
|
print_usage_line(0, "");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (run_or_build) {
|
if (run_or_build) {
|
||||||
|
|||||||
Reference in New Issue
Block a user