lucy setup
Sets up directory structure for a contest.
Example:
lucy setup AtCoder ABC353
It can also be used to fetch a hidden test-case revealed once the contest is completed.
lucy setup AtCoder ARC177 C in01.txt
Usage
Usage: lucy setup [OPTIONS] {AtCoder} CONTEST_ID [TASK_ID] [TEST_ID]
Arguments
-
site(REQUIRED):- Type: Choice(['AtCoder'])
- Default:
None - Usage:
site
-
contest_id(REQUIRED):- Type: STRING
- Default:
None - Usage:
contest_id
-
task_id:- Type: STRING
- Default:
None - Usage:
task_id
-
test_id:- Type: STRING
- Default:
None - Usage:
test_id
Options
-
n_threads:- Type: INT
- Default:
4 - Usage:
-t --n-threads
Number of execution threads. Warning: Can be flaky!
-
auth:- Type: BOOL
- Default:
False - Usage:
-a --auth
Authenticate.
-
force:- Type: BOOL
- Default:
False - Usage:
-f --force
Force update.
-
help:- Type: BOOL
- Default:
False - Usage:
--help
Show this message and exit.
CLI Help
Usage: lucy setup [OPTIONS] {AtCoder} CONTEST_ID [TASK_ID] [TEST_ID]
Sets up directory structure for a contest.
Example:
lucy setup AtCoder ABC353 It can also be used to fetch a hidden
test-case revealed once the contest is completed.
lucy setup AtCoder ARC177 C in01.txt
Options:
-t, --n-threads INTEGER Number of execution threads. Warning: Can be flaky!
-a, --auth Authenticate.
-f, --force Force update.
--help Show this message and exit.