Auto-fix formatting issues
This commit is contained in:
2
bin/cli.ts
vendored
2
bin/cli.ts
vendored
@@ -169,7 +169,7 @@ program
|
||||
optionDescription: (option) => {
|
||||
if (option.flags === '-v, --version') return '';
|
||||
return option.description;
|
||||
}
|
||||
},
|
||||
})
|
||||
.action(async (url: string, options: PakeCliOptions) => {
|
||||
await checkUpdateTips();
|
||||
|
||||
Reference in New Issue
Block a user