feat: add context
This commit is contained in:
@@ -2,6 +2,12 @@ use std::path::PathBuf;
|
||||
|
||||
use kdl::{KdlDocument, KdlNode, KdlValue};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Context {
|
||||
pub project: Project,
|
||||
pub plan: Option<Plan>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Plan {
|
||||
pub name: String,
|
||||
|
||||
Reference in New Issue
Block a user