pmrs 0.0.2

Rust support to process mining functions. Includes a library and a small cli-interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.