Skip to content

Commit 0921935

Browse files
authored
Merge pull request #76 from codecrafters-io/andy/tweak-help
Make `submit` the primary command in help
2 parents 063b6d7 + a6e192a commit 0921935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/codecrafters/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ USAGE
2424
$ codecrafters [command]
2525
2626
EXAMPLES
27+
$ codecrafters submit # Commit changes & run tests
2728
$ codecrafters test # Run tests without committing changes
2829
$ codecrafters test --previous # Run tests for all previous stages and the current stage without committing changes
29-
$ codecrafters submit # Commit changes & submit to move to next step
3030
3131
COMMANDS
32+
submit: Commit changes & run tests
3233
test: Run tests without committing changes
33-
submit: Commit changes & submit to move to next step
3434
task: View current stage instructions
3535
update-buildpack: Update language version
3636
ping: Test the connection to a CodeCrafters repository

0 commit comments

Comments
 (0)