Add a command for installing the CLI
This commit is contained in:
parent
eee1cec3d4
commit
fbd1afc51f
4 changed files with 49 additions and 39 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue