before index-conflict changes
This commit is contained in:
@ -4,6 +4,7 @@ pub mod link;
|
||||
pub mod disable;
|
||||
pub mod enable;
|
||||
pub mod trim;
|
||||
pub mod run;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
@ -16,3 +17,10 @@ pub fn get_etc_path() -> PathBuf {
|
||||
PathBuf::from(env!("AEROPKG_HOME")).join("etc")
|
||||
}
|
||||
|
||||
pub fn get_aeropkg_home() -> PathBuf {
|
||||
PathBuf::from(env!("AEROPKG_HOME"))
|
||||
}
|
||||
|
||||
pub fn get_aeropkg_base() -> PathBuf {
|
||||
PathBuf::from(env!("AEROPKG_BASE"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user