Open danbri opened 3 years ago
This makes it hard to expose over mounted folders from outside Docker
We looked to see how this might be configured but it seems the CLI only takes two ordered arguments.
src/main/java/io/github/bennofs/wdumper/Cli.java public Path dumpStorageDirectory() { return FileSystems.getDefault().getPath(".");
This makes it hard to expose over mounted folders from outside Docker
We looked to see how this might be configured but it seems the CLI only takes two ordered arguments.
src/main/java/io/github/bennofs/wdumper/Cli.java public Path dumpStorageDirectory() { return FileSystems.getDefault().getPath(".");