feat: support global variables
This commit is contained in:
@@ -86,6 +86,8 @@ pub async fn execute() -> anyhow::Result<()> {
|
||||
};
|
||||
|
||||
let context = Context { project, plan };
|
||||
|
||||
tracing::info!("context: {:+?}", context);
|
||||
}
|
||||
|
||||
Commands::Serve {
|
||||
|
||||
Reference in New Issue
Block a user