mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
fix(cli): avoid -V collision for init video flag
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user