Skip to content

Commit

Permalink
feat: update cli arguments (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-m authored Aug 29, 2024
1 parent 4007075 commit 326675a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,9 @@ class BiomeStdinRunner(private val project: Project) : BiomeRunner {
args.add("--linter-enabled=false")
}

args.add("--write")
if (features.contains(Feature.UnsafeFixes)) {
args.add("--apply-unsafe")
} else {
args.add("--apply")
args.add("--unsafe")
}

return args
Expand Down

0 comments on commit 326675a

Please sign in to comment.