Skip to main content

parse

Function parse 

Source
pub fn parse(
    args: impl IntoIterator<Item = impl Into<OsString>>,
) -> Result<(BasicOpts, MultiplayerOpts), Error>
👎Deprecated:

use parse_to_options instead

Expand description

Parses the command line arguments.