Files

11 lines
185 B
Plaintext
Raw Permalink Normal View History

2023-03-06 14:23:39 +07:00
#!/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();