Skip to content

Commit

Permalink
Support --overwrite in command
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Feb 6, 2024
1 parent af84ed8 commit 2ea5ef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cli/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ pub fn init(
.required(false)
.help("If passed, will just verify that codegen is accurate"),
)
.arg(
arg!(--"overwrite")
.required(false)
.help("If passed, will overwrite any conflicting files"),
)
.arg(
arg!(--"threads" <PATH>)
.required(false)
Expand Down

0 comments on commit 2ea5ef2

Please sign in to comment.