Skip to content
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

Add --ponyhelp option to compiled program #3312

Merged
merged 2 commits into from
Sep 28, 2019

Conversation

dipinhora
Copy link
Contributor

Prior to this commit, the only way to find out what pony runtime
specific command line options a compiled pony program supported
was by running ponyc --help and looking at the usage info for
the compiler.

This commit adds a new --ponyhelp option to all compiled pony
programs that will output the usage information for pony runtime
related command line options.

Prior to this commit, the only way to find out what pony runtime
specific command line options a compiled pony program supported
was by running `ponyc --help` and looking at the usage info for
the compiler.

This commit adds a new `--ponyhelp` option to all compiled pony
programs that will output the usage information for pony runtime
related command line options.
@SeanTAllen
Copy link
Member

@dipinhora can you add a CHANGELOG to this and release notes to the 0.32.0 release issue?

Thanks.

@SeanTAllen SeanTAllen self-requested a review September 28, 2019 01:14
@SeanTAllen SeanTAllen merged commit 0137cd0 into ponylang:master Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants