WIP - add extractor, generate snippet_data
This commit is contained in:
20
node_modules/ltcdr/index.js
generated
vendored
Normal file
20
node_modules/ltcdr/index.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
var Option = require('./lib/option');
|
||||
var Command = require('./lib/command');
|
||||
|
||||
/**
|
||||
* Expose the root command.
|
||||
*/
|
||||
|
||||
exports = module.exports = new Command();
|
||||
|
||||
/**
|
||||
* Expose `Command`.
|
||||
*/
|
||||
|
||||
exports.Command = Command;
|
||||
|
||||
/**
|
||||
* Expose `Option`.
|
||||
*/
|
||||
|
||||
exports.Option = Option;
|
||||
Reference in New Issue
Block a user