We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node ace install
node ace add
1 parent b377553 commit 9e5c21eCopy full SHA for 9e5c21e
commands/add.ts
@@ -17,7 +17,7 @@ import { args, BaseCommand, flags } from '../modules/ace/main.js'
17
* in one go.
18
*/
19
export default class Add extends BaseCommand {
20
- static commandName = 'install'
+ static commandName = 'add'
21
static description = 'Install and configure a package'
22
static options: CommandOptions = {
23
allowUnknownFlags: true,
0 commit comments