Function forest_filecoin::forest_wallet_main

source ยท
pub fn forest_wallet_main<ArgT>(
    args: impl IntoIterator<Item = ArgT>,
) -> Result<()>
where ArgT: Into<OsString> + Clone,