cod_cli/repo/
info.rs

1use clap::Parser;
2
3/// Display short summary of the current repository
4#[derive(Parser, Debug)]
5pub struct RepoInfoArgs {}