pub fn commitment_of(
matches: &ArgMatches,
name: &str,
) -> Option<CommitmentConfig>👎Deprecated since 2.0.0: Please use
ArgMatches::get_one::<CommitmentConfig>(...) insteadpub fn commitment_of(
matches: &ArgMatches,
name: &str,
) -> Option<CommitmentConfig>ArgMatches::get_one::<CommitmentConfig>(...) instead