salpland / haze

☘️ A simple command line tool to manage your Minecraft Bedrock worlds
MIT License
4 stars 3 forks source link

Add `--overwrite` flag to `haze test` #2

Closed arexon closed 1 year ago

arexon commented 1 year ago

Description

Running haze test will overwrite any existing world by default, which can be an unwanted behavior. Introducing --overwrite will allow users to only overwrite a world when they explicitly want to.

Related issues