[Feature Request] Add command line arguments to generated main() #1216
Closed
mikomikotaishi
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think that we should add command line arguments to the
main()(so the signature will beint main(int argc, char* argv[])). My line of reasoning is that a lot of projects will just end up needing command line arguments anyway, while those who do not would not be negatively impacted by its presence inmain(), so it might as well be included to save the trouble.Beta Was this translation helpful? Give feedback.
All reactions