minecraft-regions-tool 0.5.4

A utility for minecraft region files
# minecraft-regions-tool
A utility to perform operations on minecraft region files

## Usage

```
USAGE:
    minecraft-regions-tool <input> <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <input>    Path to the world folder

SUBCOMMANDS:
    count    Return the total number of chunks in the world
    help     Prints this message or the help of the given subcommand(s)
    scan     Scan for errors in the region files and optionally fix them
```