mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix: bin: validateArgs is not a function (#147)
This commit is contained in:
parent
75a75365cf
commit
62ed8411ae
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ else
|
||||||
main();
|
main();
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const validateArgs = await simport('@putout/cli-validate-args');
|
const {validateArgs} = await simport('@putout/cli-validate-args');
|
||||||
|
|
||||||
const error = await validateArgs(args, [
|
const error = await validateArgs(args, [
|
||||||
...yargsOptions.boolean,
|
...yargsOptions.boolean,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue