.describe('m','add metadata elements to .md files Eg -m template=reference. Multiple values can be added by repeating the flag Eg: -m template=reference -m hide-nav=true')
.alias('s','metaSchema')
.describe('m','add metadata elements to .md files Eg -m template=reference. Multiple values can be added by repeating the flag Eg: -m template=reference -m hide-nav=true')
.alias('s','metaSchema')
.describe('s','Custom meta schema path to validate schemas')
.alias('x','schema-out')
.describe('x','output JSON Schema files including description and validated examples in the _new folder at output directory')
@@ -117,20 +117,20 @@ var processFurther = Promise.method(function(val,key,$id){
}
});
functionprocessISchema(){};// define w/ function so it gets hoisted and we avoid eslint errors about what is defined first: processISchema or resolve$ref. Both rely on each other!