80c4516fda
- adds full unit tests for all cli options - demonstrates that nothing changes between minimist and yargs except a minor order change in the --help text - proves b9c4b253e works the same as before Co-authored-by: fabb <fabb@users.noreply.github.com>
6 lines
270 B
JavaScript
6 lines
270 B
JavaScript
(function() {
|
|
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
|
templates['empty'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
return "";
|
|
},"useData":true});
|
|
})(); |