pub fn run_self_update(
yes: bool,
check_only: bool,
non_interactive: bool,
) -> Result<()>Expand description
Run yui self-update. Flags map directly onto kaishin’s
UpdateOptions:
yesskips the confirmation prompt.check_onlyreports availability and exits without installing.non_interactivemakes kaishin bail out (rather than prompt) when stdin isn’t a tty; only meaningful together withyes.