You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--exec EXEC, -e EXEC File path to the execution target. [Default] Automatically detected exec file
102
+
--num NUM, -n NUM The case number to test (1-origin). All cases are tested if not specified.
103
+
--dir DIR, -d DIR Target directory to test. [Default] Current directory
104
+
--timeout TIMEOUT, -t TIMEOUT
105
+
Timeout for each test cases (sec) [Default] 1
106
+
--knock-out, -k Stop execution immediately after any example's failure [Default] False
107
+
108
+
```
109
+
110
+
111
+
### submit の詳細
112
+
113
+
```
114
+
usage: atcoder-tools submit [-h] [--exec EXEC]
115
+
[--dir DIR]
116
+
[--timeout TIMEOUT]
117
+
[--code CODE]
118
+
[--force]
119
+
[--save-no-session-cache]
120
+
[--unlock-safety]
121
+
122
+
optional arguments:
123
+
-h, --help show this help message and exit
124
+
--exec EXEC, -e EXEC File path to the execution target. [Default] Automatically detected exec file
125
+
--dir DIR, -d DIR Target directory to test. [Default] Current directory
126
+
--timeout TIMEOUT, -t TIMEOUT
127
+
Timeout for each test cases (sec) [Default] 1
128
+
--code CODE, -c CODE Path to the source code to submit [Default] Code path written in metadata.json
129
+
--force, -f Submit the code regardless of the local test result [Default] False
130
+
--save-no-session-cache
131
+
Save no session cache to avoid security risk
132
+
--unlock-safety, -u By default, this script only submits the first code per problem. However, you can remove the safety by this option in order to submit codes twice or more.
0 commit comments