Wsparcie dla formatu uBlacklist #5

Merged
wiktor merged 10 commits from ublacklist-format into master 2025-05-29 15:51:53 +02:00
Showing only changes of commit 5a283cd79e - Show all commits

View File

@ -52,7 +52,7 @@ def parse_arguments() -> argparse.Namespace:
"--targetformat",
required=True,
metavar="TARGET_FORMAT",
help="Target output format (e.g., adguard)",
help="Target output format (supported formats: adguard, ublacklist)",
)
parser.add_argument(
"--outputfile",