updated a variable

This commit is contained in:
Atharva8 2021-06-05 12:57:32 +05:30
parent be6b16a6db
commit c44209f060

View file

@ -1,6 +1,6 @@
const chalk = require('chalk');
exports.command = ['install <runtimes...>'];
exports.command = ['install <packages...>'];
exports.aliases = ['i'];
exports.describe = 'Installs the named package';