1
2
3
4
use crate::Context;

//Action Type for Command
pub type Action = fn(&Context);