-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Topics for the "args" chapter #106
Comments
I'd be happy to mentor anyone who wants to work on this! |
I think |
Or, maybe referring to the Cookbook for "real" argument parsing. |
In the initial issue comment, does |
Yup! https://doc.rust-lang.org/stable/std/env/fn.args.html and its return type |
I'm not sure what the second checkbox is, so I just checked it off. |
@steveklabnik awesome, thanks will work on the next PR! 😄 |
@steveklabnik Having a look at the current args page it looks like the issue has already been addressed... It describes how to get the first argument and the number of arguments. Is there something else we should be adding? |
You're totally right, looks great to me. Thanks for closing this out! |
os::args
~~~: return type, first arg is the program name, number of argumentsos::args
~~~getopts
@vks is working on this
The text was updated successfully, but these errors were encountered: