Skip to content

Commit

Permalink
Add test and submit commands to codecrafters main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Apr 30, 2024
1 parent 2e6dba9 commit 4d186c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/codecrafters/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func run() error {
switch cmd {
case "test":
return commands.TestCommand(ctx)
case "submit":
return commands.SubmitCommand(ctx)
case "help",
"": // no argument
flag.Usage()
Expand Down

0 comments on commit 4d186c4

Please sign in to comment.