rmullenix
rmullenix
This adds support for placeholder names that begin with an underscore (`_`) * Adds test demonstrating feature
When the parameter names lead with an underscore, they are ignored by the system. ```js 'use strict'; const nph = require('named-placeholders')(); let query = 'SELECT 1 + :_foo + :bar;';...
Currently a docset is constructed in the current working directory. You can specify the source directory with a -s (or --source) flag, but not the destination. Proposed: -d (or --dest...