wmd
)Initial goals:
```sh
cargo run -- --help
cargo run -- download --mirror-url https://ftp.acc.umu.se/mirror/wikimedia.org/dumps \ --dump enwiki \ --job namespacesv2 ```
Set the environment varible RUST_LOG
to configure logging levels and filtering. This application uses the tracing-subscriber
crate for logging, see their documentation for the available logging configuration directives. Note that many of these directives can be supplied separated by commas.