Skip to content

Commit

Permalink
Update cli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda authored Dec 21, 2023
1 parent 6628770 commit f1ca9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const cli = meow(
keepmeshes: { type: 'boolean', shortFlag: 'j', default: false },
keepmaterials: { type: 'boolean', shortFlag: 'M', default: false },
format: { type: 'string', shortFlag: 'f', default: 'webp' },
exportdefault: { type: 'boolean', alias: 'E' },
exportdefault: { type: 'boolean', shortFlag: 'E' },
weld: { type: 'number', default: 0.0001 },
ratio: { type: 'number', default: 0.75 },
error: { type: 'number', default: 0.001 },
Expand Down

0 comments on commit f1ca9e1

Please sign in to comment.