hk 1.44.2

A tool for managing git hooks
1
2
3
4
5
6
7
8
9
use crate::hook_options::HookOptions;

/// Fixes code
#[derive(clap::Args)]
#[clap(visible_alias = "f")]
pub struct Fix {
    #[clap(flatten)]
    pub(crate) hook: HookOptions,
}