just 1.22.1

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

pub(crate) struct FunctionContext<'run> {
  pub(crate) dotenv: &'run BTreeMap<String, String>,
  pub(crate) invocation_directory: &'run Path,
  pub(crate) search: &'run Search,
}