install_cli.rs

1#[cfg(not(target_os = "windows"))]
2mod install_cli_binary;
3mod register_zed_scheme;
4
5#[cfg(not(target_os = "windows"))]
6pub use install_cli_binary::{InstallCliBinary, install_cli_binary};
7pub use register_zed_scheme::{RegisterZedScheme, register_zed_scheme};