fix(cli): avoid -V collision for init video flag

This commit is contained in:
WadydX
2026-05-10 19:01:31 +01:00
parent bd7bbae42d
commit e61d1fe002
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -588,7 +588,7 @@ export default defineCommand({
video: {
type: "string",
description: "Path to a video file (MP4, WebM, MOV)",
alias: "V",
alias: "v",
},
audio: {
type: "string",