girp 0.0.1

Preview GitHub Markdown files locally
Documentation
1
2
3
4
5
6
7
8
9
10
use clap::Parser;

#[derive(Parser)]
#[command(
    name = "girp",
    version,
    about = "Girp 🐙. \nPreview GitHub Markdown files locally.",
    after_long_help = "Bugs can be reported on GitHub: https://github.com/azzamsa/girp/issues"
)]
pub struct Opts {}