feat: finish docker compose cli
Implemented basic wanted functionality for docker compose subcommands. We currently assume that docker-compose.yaml file is located in local/docker/ folder.
This commit is contained in:
@@ -5,6 +5,9 @@ use anyhow::Result;
|
||||
use clap::Parser;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
// always load dotenv on start
|
||||
dotenvy::dotenv().ok();
|
||||
|
||||
let args = cli::Ahab::parse();
|
||||
|
||||
match args.command {
|
||||
|
||||
Reference in New Issue
Block a user