cli_opts.json (109B)
1 { 2 "boolean": [ 3 "help", 4 "version" 5 ], 6 "alias": { 7 "help": [ 8 "h" 9 ], 10 "version": [ 11 "V" 12 ] 13 } 14 }