Auto-fix formatting issues

This commit is contained in:
GitHub Action
2025-09-06 16:21:19 +00:00
parent 945c6d7a6a
commit 47fd62afa2

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();