mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
updated a variable
This commit is contained in:
parent
be6b16a6db
commit
c44209f060
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
const chalk = require('chalk');
|
const chalk = require('chalk');
|
||||||
|
|
||||||
exports.command = ['install <runtimes...>'];
|
exports.command = ['install <packages...>'];
|
||||||
exports.aliases = ['i'];
|
exports.aliases = ['i'];
|
||||||
exports.describe = 'Installs the named package';
|
exports.describe = 'Installs the named package';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue