We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3682f4 + 8775d0f commit 6a606daCopy full SHA for 6a606da
1 file changed
cmd/submit.go
@@ -19,7 +19,7 @@ import (
19
20
// submitCmd lets people upload a solution to the website.
21
var submitCmd = &cobra.Command{
22
- Use: "submit",
+ Use: "submit FILE1 [FILE2 ...]",
23
Aliases: []string{"s"},
24
Short: "Submit your solution to an exercise.",
25
Long: `Submit your solution to an Exercism exercise.
0 commit comments