pub type Completor<'a> = Box<dyn FnMut(&str) -> CliResult<Vec<String>> + 'a>;
pub struct Completor<'a>(/* private fields */);