d4tools 0.3.9

The CLI utils for D4 file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: d4-merge - Merge multiple D4 files
author: Hao Hou <haohou302@gmail.com>
args:
    - input-files:
        required: true
        multiple: true
        help: Path to the input files. By default the file name (without extension) will be used as the label of the track. To override the the the track use path:label
        value_name: "path[:label]"
        index: 1
    - output-file:
        required: true
        help: Path to the output files
        index: 2