From 62ed8411ae0c1d454b75b7a73ef1840711ee934b Mon Sep 17 00:00:00 2001 From: coderiaser Date: Fri, 16 Aug 2024 14:53:03 +0300 Subject: [PATCH] fix: bin: validateArgs is not a function (#147) --- bin/cloudcmd.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cloudcmd.mjs b/bin/cloudcmd.mjs index 4ea301ac..6551c50b 100755 --- a/bin/cloudcmd.mjs +++ b/bin/cloudcmd.mjs @@ -164,7 +164,7 @@ else 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, [ ...yargsOptions.boolean,