UNPKG

@openscope/validator

Version:

A CLI used to validate an airport definition file used in the [openscope](http://openscope.co) ATC Simulator

12 lines (9 loc) 285 B
const t = require('tcomb'); const CliOptionsType = t.struct({ fullPathToAirportFile: t.String, airport: t.String, shouldExit: t.Boolean, shouldValidateFixes: t.Boolean, shouldValidateSpawnPatterns: t.Boolean }, 'CliOptionsType'); module.exports = CliOptionsType;