mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
extract
This commit is contained in:
parent
21b71528f2
commit
2ca635603b
3 changed files with 77 additions and 53 deletions
|
|
@ -9,6 +9,7 @@ mod cloud;
|
|||
mod config;
|
||||
mod database;
|
||||
mod php;
|
||||
mod tty;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
|
|
@ -93,7 +94,12 @@ async fn main() -> Result<()> {
|
|||
options.insert(0, "occ".to_string());
|
||||
cloud.exec(&mut docker, options).await?;
|
||||
}
|
||||
_ => todo!(),
|
||||
HazeCommand::Db => {
|
||||
todo!();
|
||||
}
|
||||
HazeCommand::Test => {
|
||||
todo!();
|
||||
}
|
||||
};
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue