usestd::path::PathBuf;#[derive(clap::Args, Debug, Clone)]pubstructManCommand{/// The path of the directory where to generate the file
/// On most linux distros it's /usr/share/man/man1/
#[clap(value_hint = clap::ValueHint::FilePath)]puboutput_directory:Option<PathBuf>,
}