From f96b0513da08f7b26f64721cdff00706f1186f66 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Fri, 25 Sep 2020 19:22:19 +0200 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3988b9 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# minecraft-regions-tool +A utility to perform operations on minecraft region files + +## Usage + +```sh +USAGE: + minecraft-regions-tool + +FLAGS: + -h, --help Prints help information + -V, --version Prints version information + +ARGS: + 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) +```