mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
✨ Add force option to download command
This commit is contained in:
parent
e79d4b099c
commit
77a63264b7
4 changed files with 24 additions and 12 deletions
|
@ -64,8 +64,14 @@ export const commands: Cmd[] = [
|
|||
requestController: async () => (await import('./commands/discard')).discard,
|
||||
},
|
||||
{
|
||||
cmd: 'download [ffVersion]',
|
||||
cmd: 'download',
|
||||
description: 'Download Firefox.',
|
||||
options: [
|
||||
{
|
||||
arg: '--force',
|
||||
description: 'Delete the engine directory if it already exists',
|
||||
}
|
||||
],
|
||||
requestController: async () =>
|
||||
(await import('./commands/download')).download,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue