feat: added command functionality to install
This commit is contained in:
parent
3a21d12c07
commit
092c616ca4
20 changed files with 464 additions and 76 deletions
|
@ -5,12 +5,12 @@ use toml;
|
|||
|
||||
use manifest::{self, Manifest};
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct PKGR {
|
||||
pub bootstrap: Option<Bootstrap>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Bootstrap {
|
||||
pub check_installed_commands: Vec<String>,
|
||||
pub commands: Vec<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue