Update scripts/

This commit is contained in:
freearhey
2025-08-07 01:00:54 +03:00
parent c52671674a
commit 7e960a85aa
3 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import { BlocklistRecord, Stream } from '../../models'
import { program } from 'commander'
import chalk from 'chalk'
program.argument('[filepath]', 'Path to file to validate').parse(process.argv)
program.argument('[filepath...]', 'Path to file to validate').parse(process.argv)
type LogItem = {
type: string