From a6e192a01ef064cc6a0c65a040cd3ed20915f1c4 Mon Sep 17 00:00:00 2001 From: Andy Li <1450947+andy1li@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:36:21 +0900 Subject: [PATCH] Update usage examples in main.go to remove duplicate submit command entry --- cmd/codecrafters/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/codecrafters/main.go b/cmd/codecrafters/main.go index 0ac0d0a..e88504e 100644 --- a/cmd/codecrafters/main.go +++ b/cmd/codecrafters/main.go @@ -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