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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user