Wsparcie dla formatu uBlacklist #5

Open
wiktor wants to merge 10 commits from ublacklist-format into master
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",