Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/codecrafters/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ USAGE
$ codecrafters [command]

EXAMPLES
$ codecrafters submit # Commit changes & run tests
$ codecrafters test # Run tests without committing changes
$ codecrafters test --previous # Run tests for all previous stages and the current stage without committing changes
$ codecrafters submit # Commit changes & submit to move to next step

COMMANDS
submit: Commit changes & run tests
test: Run tests without committing changes
submit: Commit changes & submit to move to next step
task: View current stage instructions
update-buildpack: Update language version
ping: Test the connection to a CodeCrafters repository
Expand Down