usage: pocount [-h] [--incomplete]
               [--full | --csv | --short | --short-strings | --short-words]
               [--no-color]
               files [files ...]

positional arguments:
  files

optional arguments:
  -h, --help       show this help message and exit
  --incomplete     skip 100% translated files.

Output format:
  --full           (default) statistics in full, verbose format
  --csv            statistics in CSV format
  --short          same as --short-strings
  --short-strings  statistics of strings in short format - one line per file
  --short-words    statistics of words in short format - one line per file
  --no-color       show output without color
