Skip to main content

install

Function install 

Source
pub fn install(shell: Option<ShellType>) -> Result<InstallResult, String>
Expand description

Install shell integration for detected or specified shell

§Arguments

  • shell - Optional shell type override. If None, detects from $SHELL

§Returns

  • Ok(InstallResult) - Installation succeeded
  • Err(String) - Installation failed with error message