1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// This module contains the CLI arg parser. It needs to be in a separate
// file so clap_mangen and clap_complete can use it
use Parser;
// Define CLI arguments
/// Command line utility to convert between `MessagePack` and JSON
///
/// If not specified, type will be inferred from input file arguments