Usage: about inventory [OPTIONS] LOCATION OUTPUT

  Collect the inventory of .ABOUT files to a CSV/JSON/XLSX file.

  LOCATION: Path to an ABOUT file or a directory with ABOUT files.

  OUTPUT: Path to the CSV/JSON/XLSX inventory file to create, or using '-' to
  print result on screen/to stdout (Excel-formatted output cannot be used in
  stdout).

Options:
  --exclude PATTERN              Exclude the processing of the specified input
                                 pattern (e.g. *tests* or test/).
  -f, --format [json|csv|excel]  Set OUTPUT inventory file format.  [default:
                                 csv]
  -q, --quiet                    Do not print error or warning messages.
  --verbose                      Show all error and warning messages.
  -h, --help                     Show this message and exit.
