Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Oct 11, 2024
1 parent fde3a70 commit c74f03e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,11 @@ pub struct CliArgs {
pub media_type_raw: Option<String>,

/// Enable overriding existing files during file upload
#[arg(short = 'o', long = "overwrite-files", env = "MINISERVE_OVERWRITE_FILES")]
#[arg(
short = 'o',
long = "overwrite-files",
env = "MINISERVE_OVERWRITE_FILES"
)]
pub overwrite_files: bool,

/// Enable uncompressed tar archive generation
Expand Down

0 comments on commit c74f03e

Please sign in to comment.