ftzz 2.0.0

File Tree Fuzzer creates a pseudo-random directory hierarchy filled with some number of files.
Documentation
A random file and directory generator

Usage: ftzz [OPTIONS] <COMMAND>

Commands:
  generate  Generate a random directory hierarchy with some number of files
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help        Print help (use `--help` for more detail)
  -q, --quiet...    Less output per occurrence
  -v, --verbose...  More output per occurrence
  -V, --version     Print version

---

Generate a random directory hierarchy with some number of files

Usage: ftzz generate [OPTIONS] --files <NUM_FILES> <ROOT_DIR>

Arguments:
  <ROOT_DIR>  The directory in which to generate files

Options:
  -n, --files <NUM_FILES>              The number of files to generate
      --files-exact                    Whether or not to generate exactly N files
  -b, --total-bytes <NUM_BYTES>        The total amount of random data to be distributed across the
                                       generated files [default: 0]
      --fill-byte <FILL_BYTE>          Specify a specific fill byte to be used instead of
                                       deterministically random data
      --bytes-exact                    Whether or not to generate exactly N bytes
  -e, --exact                          Whether or not to generate exactly N files and bytes
  -d, --max-depth <MAX_DEPTH>          The maximum directory tree depth [default: 5]
  -r, --ftd-ratio <FILE_TO_DIR_RATIO>  The number of files to generate per directory (default: files
                                       / 1000)
      --seed <SEED>                    Change the PRNG's starting seed [default: 0]
  -h, --help                           Print help (use `--help` for more detail)
  -q, --quiet...                       Less output per occurrence
  -v, --verbose...                     More output per occurrence

---

Print this message or the help of the given subcommand(s)

Usage: ftzz help [COMMAND]

Commands:
  generate  Generate a random directory hierarchy with some number of files
  help      Print this message or the help of the given subcommand(s)

---

Generate a random directory hierarchy with some number of files

Usage: ftzz help generate

---

Print this message or the help of the given subcommand(s)

Usage: ftzz help help