Add a command for installing the CLI

This commit is contained in:
Max Brunsfeld 2022-04-19 16:15:00 -07:00 committed by Antonio Scandurra
parent eee1cec3d4
commit fbd1afc51f
4 changed files with 49 additions and 39 deletions

View file

@ -54,8 +54,7 @@ pub trait Platform: Send + Sync {
fn set_cursor_style(&self, style: CursorStyle);
fn local_timezone(&self) -> UtcOffset;
fn path_for_resource(&self, name: Option<&str>, extension: Option<&str>) -> Result<PathBuf>;
fn path_for_auxiliary_executable(&self, name: &str) -> Result<PathBuf>;
}
pub(crate) trait ForegroundPlatform {