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
[SR-3433] Show short-form flags in -help output #46021
Comments
|
Comment by Dmitry Shevchenko (JIRA) Are there flags that have "public" short form variants? If not I think we can close this. |
There are a few.
|
Looking at Options.td, I see
and a bunch of forms that allow equal signs instead of separate args. So maybe it's not worth it to do anything general. |
Comment by Dmitry Shevchenko (JIRA) Yep, having them in the description of the long options is good enough IMO |
Additional Detail from JIRA
md5: 7c9de4a873fd414a5cc88276f2e355cf
Issue Description:
For example,
-whole-module-optimization
has a shorter alias-wmo
, that is not visible inswiftc -h
output.The text was updated successfully, but these errors were encountered: