mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
1679b788c2
commit
5f0391fc44
7 changed files with 30 additions and 32 deletions
|
|
@ -318,9 +318,10 @@ async function readConfig(name) {
|
|||
async function help() {
|
||||
const {default: bin} = await import('../json/help.json', {
|
||||
with: {
|
||||
type: 'json'
|
||||
}
|
||||
type: 'json',
|
||||
},
|
||||
});
|
||||
|
||||
const forEachKey = await simport('for-each-key');
|
||||
const currify = await simport('currify');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue