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) => {
|
optionDescription: (option) => {
|
||||||
if (option.flags === '-v, --version') return '';
|
if (option.flags === '-v, --version') return '';
|
||||||
return option.description;
|
return option.description;
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
.action(async (url: string, options: PakeCliOptions) => {
|
.action(async (url: string, options: PakeCliOptions) => {
|
||||||
await checkUpdateTips();
|
await checkUpdateTips();
|
||||||
|
|||||||
Reference in New Issue
Block a user