//! `kanade self-update` — explicitly update the CLI from GitHub
//! Releases (kaishin). Unlike the background notify/install modes
//! (see `crate::updater` + `crate::cli_config`), this is the
//! interactive, on-demand path and works regardless of the configured
//! mode.
use Result;
use Args;
pub async