1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

Update attack_command.py

This commit is contained in:
Hanyu-Liu-123
2020-06-22 12:03:57 -04:00
committed by GitHub
parent e3c6402f88
commit a9b84c2c7f

View File

@@ -71,6 +71,13 @@ class AttackCommand(TextAttackCommand):
default=None,
help="A directory to output results to.",
)
parser.add_argument(
"--log-to-file",
"-l",
help="Save logs to TextAttack/outputs/~",
action="store_true",
)
parser.add_argument(
"--log-to-file",