hemtt localization coverage

Generate a coverage report

Usage: hemtt [OPTIONS]

Options:
      --format <FORMAT>  Output format [default: ascii] [possible values: ascii, json, pretty-json,
                         markdown]
  -h, --help             Print help (see more with '--help')

Description

Generate a coverage report

HEMTT will display a table of the coverage of language localization in the project. Showing the percentage, total strings, and how many addons have gaps in their localization.

Arguments

--format <FORMAT>

Output format

Possible values:

  • ascii - an ascii table for the terminal
  • json - compact json, ideal for machines
  • pretty-json - pretty json, ideal for humans
  • markdown - a markdown table, ideal for documentation or GitHub