pub(crate) fn cli(
default_user: Option<User<'_>>,
default_host: Option<Host<'_>>,
args: impl IntoIterator<Item = impl Into<OsString> + Clone>,
) -> Result<ArgMatches>
Expand description
Use clap
to implement the intended command line interface.