volo_cli/
context.rs

1#[derive(Debug, Clone)]
2pub struct Context {
3    pub entry_name: String,
4}