Skip to content

Commit 321af11

Browse files
committed
Feat: launch
1 parent cf2742c commit 321af11

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/cmd/submit.rs

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,9 @@ impl App {
5454
"Submit to the leaderboard, this first runs public tests and then private tests. If both pass, the submission is evaluated and submit to the leaderboard.".to_string(),
5555
"leaderboard".to_string(),
5656
),
57-
SubmissionModeItem::new(
58-
"Private".to_string(),
59-
"TODO".to_string(),
60-
"private".to_string(),
61-
),
62-
SubmissionModeItem::new(
63-
"Script".to_string(),
64-
"TODO".to_string(),
65-
"script".to_string(),
66-
),
6757
SubmissionModeItem::new(
6858
"Profile".to_string(),
69-
"TODO".to_string(),
59+
"Work in progress...".to_string(),
7060
"profile".to_string(),
7161
),
7262
];

0 commit comments

Comments
 (0)