pub async fn run_self_update(
command: SelfUpdateCommand,
running_version: &str,
) -> Result<()>Expand description
Dispatch a parsed self-update subcommand against the running executable.
pub async fn run_self_update(
command: SelfUpdateCommand,
running_version: &str,
) -> Result<()>Dispatch a parsed self-update subcommand against the running executable.