moine-cli 0.1.1

Command line utilities for moine validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# moine-cli

`moine-cli` provides the command-line implementation used by the `moine`
binary.

End users normally install the umbrella crate:

```bash
cargo install moine
```

The CLI exposes runtime commands such as dictionary download/list/where and
language-specific comparison, plus maintainer commands for building, verifying,
and packaging dictionary artifacts.

Most library users should depend on `moine` or the lower-level adapter crates
instead of using `moine-cli` directly.