Merge branch 'dev' of https://github.com/tw93/Pake into dev

This commit is contained in:
Tw93
2025-09-07 00:21:46 +08:00

2
bin/cli.ts vendored
View File

@@ -169,7 +169,7 @@ program
optionDescription: (option) => {
if (option.flags === '-v, --version') return '';
return option.description;
}
},
})
.action(async (url: string, options: PakeCliOptions) => {
await checkUpdateTips();