I run konan --help or just konan as I want to see the list of supported commandline arguments
Current build shows nothing but errors.
Also /? is nice to have on Windows
That's -help, not --help.
Thanks. I found that later too. Having an alias can be nice
On Jul 31, 2017 11:18, "alexander-gorshenev" notifications@github.com
wrote:
That's -help, not --help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/JetBrains/kotlin-native/issues/760#issuecomment-319013610,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAPprya5Of1f5VwCo2fzc_NsyYhwz_Sjks5sTZv8gaJpZM4Onv8T
.
But I personally agree that konanc --help and just konanc should do the same as konanc -help.
This style of command line arguments is not supported at the moment.
Most helpful comment
But I personally agree that
konanc --helpand justkonancshould do the same askonanc -help.