ersatz 0.0.1

Entity-Reaction Systems: analysis, transformation, synthesis
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: required-by-clap
args:
    - MAIN_PATH:
        help: Path to .ers file
        required: false
        default_value: data/example.ers
        index: 1
    - verbose:
        help: Prints more information
        long: verbose
        short: v
        multiple: true