Skip to main content

parse_args

Function parse_args 

Source
pub(crate) fn parse_args() -> Option<String>
Expand description

Parses CLI command-line arguments to extract an auto-connect target address (-c, --connect, -conn).

ยงReturns

Option<String> containing the server target address if supplied in CLI arguments.