time-to-botec

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

cli_opts.json (135B)


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