File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type Conf = import("conf");
5
5
export const defaults = {
6
6
[ "oj-path" ] : undefined ,
7
7
[ "default-contest-dirname-format" ] : "{ContestID}" ,
8
+ [ "default-new-contest-cmd" ] : undefined ,
8
9
[ "default-task-dirname-format" ] : "{tasklabel}" ,
9
10
[ "default-test-dirname-format" ] : "tests" ,
10
11
[ "default-task-choice" ] : "inquire" ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export const format_strings = `Supported format strings:
29
29
export const global_config = `Global config options list:
30
30
oj-path install path of online-judge-tools (auto detected)
31
31
default-contest-dirname-format default name of contest directory (created by \`acc new\` command)
32
+ default-new-contest-cmd default --cmd option for \`acc new\` command (see also: \`acc new -h\`)
32
33
default-task-dirname-format default name of task directory (created by \`acc new|add\` command)
33
34
default-test-dirname-format default name of sample cases directory
34
35
default-task-choice default --choice option for \`acc new|add\` command (see also: \`acc new|add -h\`)
You can’t perform that action at this time.
0 commit comments