mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 08:40:39 +00:00
config optional if not required for current operation
This commit is contained in:
@@ -32,7 +32,7 @@ if (flags.version) {
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
export const config: Config = init()
|
||||
export const config = init()
|
||||
|
||||
function main() {
|
||||
if (commands.length < 1) return help()
|
||||
|
Reference in New Issue
Block a user