mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix: bin: currify
This commit is contained in:
parent
e41828410c
commit
439b3710cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue