1#[derive(Debug, StructOpt)] 2pub struct RevParseOptions {} 3 4pub fn rev_parse_cmd(options: RevParseOptions) {}