feat: drop dotenvy
This commit is contained in:
@@ -4,9 +4,6 @@ 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