name: pmrs-cli
version: "0.0.2"
author: Johannes Herforth <johannes.herforth@rwth-aachen.de>
about: Small cli tool to do basic commands on OCEL data.
subcommands:
- validate:
about: "Validates the input ocel file if it fits the official schema. Hint: the date-time format is strict with RFC 3339."
version: "0.0.2"
author: Johannes Herforth <johannes.herforth@rwth-aachen.de>
args:
- INPUT:
required: true
index: 1
help: Input OCEL file (currently only .jsonocel files supported).
- verbose:
short: v
long: verbose
help: Prints all the issues with the input file if there is a problem.