Skip to content

Commit

Permalink
feat(build): add -n compatibility
Browse files Browse the repository at this point in the history
This has no effect ads all but support for build -n usage.
  • Loading branch information
fiji-flo committed Dec 23, 2024
1 parent 2eab7ea commit 8f27022
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/rari-cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ struct BuildArgs {
data_issues: bool,
#[arg(long, help = "Add flaws field to index.json for docs")]
json_issues: bool,
#[arg(
short,
long,
help = "Noop flag to legacy compatibility (has no effect on build)"
)]
noop: bool,
}

#[derive(Debug)]
Expand Down

0 comments on commit 8f27022

Please sign in to comment.