mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 00:30:40 +00:00
remove async
This commit is contained in:
@@ -34,11 +34,11 @@ export let config: Config
|
|||||||
|
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
config = await init()
|
config = init()
|
||||||
|
|
||||||
// For dev
|
// For dev
|
||||||
// return await handlers['check']([], { ...flags, all: true })
|
// return await handlers['check']([], { ...flags, all: true })
|
||||||
|
|
||||||
if (commands.length < 1 || commands[0] === 'help') return help()
|
if (commands.length < 1 || commands[0] === 'help') return help()
|
||||||
|
|
||||||
const command: string = commands[0]
|
const command: string = commands[0]
|
||||||
|
Reference in New Issue
Block a user