Skip to content

Commit e78e235

Browse files
committed
chore: add dotenvx support
1 parent 329322b commit e78e235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sq.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ fn get_snippets_file() -> PathBuf {
5353
}
5454

5555
pub fn run_snippet(args: &[&str]) {
56+
dotenvx_rs::dotenv().ok();
5657
let snippet_file = get_snippets_file();
5758
let mut just_args = vec!["just", "-f", snippet_file.to_str().unwrap()];
5859
just_args.extend(args.iter().skip(1));

0 commit comments

Comments
 (0)