File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,22 @@ pip install -e .
48
48
### Using ` cf-run `
49
49
50
50
``` shell
51
- cf-run [contestId] [index] [program]
51
+ usage: cf-run [-h] [-t TIMEOUT] [-g] contestId index program
52
+
53
+ positional arguments:
54
+ contestId Id of the contest. It is not the round number. It can
55
+ be seen in contest URL.
56
+ index A letter or a letter followed by a digit, that
57
+ represent a problem index in a contest.
58
+ program Path to executable that needs to be tested
59
+
60
+ optional arguments:
61
+ -h, --help show this help message and exit
62
+ -t TIMEOUT, --timeout TIMEOUT
63
+ Timeout for program in seconds, -1 for no time limit
64
+ (default: 10)
65
+ -g, --gym If true open gym contest instead of regular contest.
66
+ (default: false)
52
67
` ` `
53
68
54
69
Example:
You can’t perform that action at this time.
0 commit comments