Add github pages to provide document

This commit is contained in:
2025-07-05 19:39:16 +08:00
parent 8d0c8cfc39
commit 54ec039b7e
2 changed files with 71 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ pub struct Arg {
pub kirikiri_message_commands: Vec<String>,
#[cfg(feature = "image")]
#[arg(short = 'f', long, global = true)]
/// Output multiple image as <basename>_<name>.<ext> instead of <basename>/<name>.<ext>
/// Output multiple image as `<basename>_<name>.<ext>` instead of `<basename>/<name>.<ext>`
pub image_output_flat: bool,
#[cfg(feature = "bgi-arc")]
#[arg(long, global = true, action = ArgAction::SetTrue)]