time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

cli_opts.json (124B)


      1 {
      2 	"string": [],
      3 	"boolean": [
      4 		"help",
      5 		"version"
      6 	],
      7 	"alias": {
      8 		"help": [
      9 			"h"
     10 		],
     11 		"version": [
     12 			"V"
     13 		]
     14 	}
     15 }