pub fn command_arg<'a, T>(value: &'a T) -> CommandArgwhere
    CommandArg: From<&'a T>,