just 0.4.3

🤖 Just a command runner
Documentation
1
2
3
4
5
6
use crate::common::*;

pub struct FunctionContext<'a> {
  pub invocation_directory: &'a Result<PathBuf, String>,
  pub dotenv: &'a BTreeMap<String, String>,
}