sif
Version:
Sifts important data so fast that it's "t" drops off.
38 lines (27 loc) • 1.16 kB
JavaScript
;
/* _, ,--. ,---.
* /(_ ,---. `--' / .-'
* | '-._ . ' . ( .-' ,--. | `-,
* \ ,-.) -= * =- .-' `) | | | .-'
* \((` .( '/. ' `----' `--' `--'
* )\ _/ / just like magic
* .-' '--. /
* \, \ /|
* ';,_) _)'\ \,// This program is distributed
* `\ ( '._/ under the terms of the MIT license.
* | . '.
* | \ Please see the `LICENSE.md` file for details.
* | \| |
* \ | / Send your comments and suggestions to…
* '.| / <https://github.com/v0lkan/sif/issues>.
*/
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
var _commander = require('commander');
var _commander2 = _interopRequireDefault(_commander);
var _libTerminalOut = require('../lib/terminal/out');
var COMMAND = 'aliases';
_commander2['default'].parse(process.argv);
(0, _libTerminalOut.print)(COMMAND, 'Command not implemented yet!');
(0, _libTerminalOut.printBlank)();
//# sourceMappingURL=sif-aliases.js.map