fix: bin: currify

This commit is contained in:
coderiaser 2026-03-29 13:40:39 +03:00
parent e41828410c
commit 439b3710cc

View file

@ -323,7 +323,7 @@ async function help() {
});
const {default: forEachKey} = await import('for-each-key');
const {currify} = await import('currify');
const {default: currify} = await import('currify');
const usage = 'Usage: cloudcmd [options]';
const url = Info.homepage;