-
-
Notifications
You must be signed in to change notification settings - Fork 757
Make odin help
more precise
#5181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Nice! Still found some differences between
I think |
And a bug. You may have forgotten
This fixes it. If it's a gb.h String, it needs if (!help_resolved) {
usage(arg0);
print_usage_line(0, "");
if (command == "help") {
print_usage_line(0, "'%.*s' is not a recognized flag.", LIT(optional_flag));
} else {
print_usage_line(0, "'%.*s' is not a recognized command.", LIT(command));
}
return 1;
} |
The timing on that. I'd just closed the tab and in pops an email telling me you pushed further changes. 😁 |
I uprooted the check for |
Merged. Alas, we'll have to say goodbye to the easter egg that was |
Fixes #5167