refactor: build one binary instead of a library and a binary
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
use std::process::ExitCode;
|
||||
|
||||
use ahab::{cli, command_builder, scripts};
|
||||
mod cli;
|
||||
mod command_builder;
|
||||
mod compose;
|
||||
mod scripts;
|
||||
|
||||
use anyhow::Result;
|
||||
use clap::Parser;
|
||||
|
||||
Reference in New Issue
Block a user