We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 063b6d7 + a6e192a commit 0921935Copy full SHA for 0921935
1 file changed
cmd/codecrafters/main.go
@@ -24,13 +24,13 @@ USAGE
24
$ codecrafters [command]
25
26
EXAMPLES
27
+ $ codecrafters submit # Commit changes & run tests
28
$ codecrafters test # Run tests without committing changes
29
$ 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
30
31
COMMANDS
32
+ submit: Commit changes & run tests
33
test: Run tests without committing changes
- submit: Commit changes & submit to move to next step
34
task: View current stage instructions
35
update-buildpack: Update language version
36
ping: Test the connection to a CodeCrafters repository
0 commit comments