UNPKG

@openscope/validator

Version:

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

18 lines (14 loc) 413 B
function cliHelp() { console.log(` Usage $ validator -a <airport> Airport: - should be a valid airport icao - is a real file located in /assets/airports Options: -h Show Help --fixes Validate fixes ** NOT IMPLEMENTED --spawn-patterns Validate spawnPatterns ** NOT IMPLEMENTED `); } module.exports = cliHelp;