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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ and help execute tests locally via their favorite programming language.
20
20
## Features
21
21
22
22
- The current supported command list is outlined here, and you can find out more details in the docs page.
23
-
-`egor parse`: Starts listening for competitive companion chrome plugin to parse the task
23
+
-`egor parse`: Starts listening for competitive companion chrome plugin to parse a task or a contest.
24
24
-`egor test`: Runs the tests of the current task and outputs the results.
25
25
-`egor config`: Read/Change global configuration parameters.
26
26
-`egor testcase`: Add a custom test case to this egor task.
27
27
-`egor showcases`: list meta data about the tests in the current task
28
28
-`egor printcase`: Print input and or output of a given test case.
29
29
-`egor copy`: Copies the current task to the clipboard.
30
30
-`egor help`: Display help for command.
31
-
-`egor batch (in developement)`: Tests the main solution for this task against another solution (probably written in another language than the main one)
31
+
-`egor batch`: Tests the main solution for this task against another solution (probably written in another language than the main one)
32
32
by running both of them and feeding them the tests for this task, this is useful if you have a brute force solution and an efficient solution
33
33
and you want to validate the optimal solution against the one you are sure that is working.
0 commit comments