apply/compare in main.rs
This commit is contained in:
parent
ee97021e70
commit
c985293296
@ -19,6 +19,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
match user_option.as_str() {
|
match user_option.as_str() {
|
||||||
"load" => sources_fn()?,
|
"load" => sources_fn()?,
|
||||||
"sync" => packages_sync_fn()?,
|
"sync" => packages_sync_fn()?,
|
||||||
|
"apply" => println!("Applying current configuration..."),
|
||||||
|
"compare" => println!("Which packages are missing/exceeding compared to your configuration"),
|
||||||
_ => println!("Invalid option"),
|
_ => println!("Invalid option"),
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user