11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
|
#!/usr/bin/env node
|
||
|
'use strict';
|
||
|
|
||
|
/**
|
||
|
* This file remains for backwards compatibility only.
|
||
|
* Don't put stuff in this file.
|
||
|
* @see module:lib/cli
|
||
|
*/
|
||
|
|
||
|
require('../lib/cli').main();
|