chore: Update package.json description for clarity

This commit is contained in:
Mauro Balades 2024-07-06 21:17:06 +02:00
parent 1f72a1630d
commit 7cfe4aa88d
15 changed files with 184 additions and 136 deletions

View file

@ -70,7 +70,7 @@ export const commands: Cmd[] = [
{
arg: '--force',
description: 'Delete the engine directory if it already exists',
}
},
],
requestController: async () =>
(await import('./commands/download')).download,
@ -79,8 +79,7 @@ export const commands: Cmd[] = [
cmd: 'update',
aliases: ['update-ff'],
description: 'Update Firefox to latest version.',
requestController: async () =>
(await import('./commands/update')).update,
requestController: async () => (await import('./commands/update')).update,
disableMiddleware: true,
},
{