mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix argument parsing not finding args
This commit is contained in:
@@ -238,7 +238,7 @@ function parseArgs(): StreamwallConfig {
|
||||
})
|
||||
.help()
|
||||
// https://github.com/yargs/yargs/issues/2137
|
||||
.parseSync() as unknown as StreamwallConfig
|
||||
.parseSync(process.argv) as unknown as StreamwallConfig
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user