mirror of
https://github.com/arabianq/lyrics_fetcher.git
synced 2026-04-28 08:01:22 +00:00
add .env loading
This commit is contained in:
@@ -46,6 +46,8 @@ struct Args {
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
dotenv::dotenv()?;
|
||||
|
||||
let args = Args::parse();
|
||||
|
||||
let music_dir_path = args.music_dir_path;
|
||||
|
||||
Reference in New Issue
Block a user