cli icon indicating copy to clipboard operation
cli copied to clipboard

help text for submit

Open glennj opened this issue 3 years ago • 0 comments

The help text for submit is no longer accurate.

$ command exercism troubleshoot
...
Current: 3.1.0
...
$ command exercism submit --help
Submit your solution to an Exercism exercise.

    Call the command with the list of files you want to submit.

Usage:
   submit FILE1 [FILE2 ...] [flags]
...

The help text still indicates at least one file is required.

(I have an "exercism" shell function: "command" bypasses it)

glennj avatar Oct 05 '22 12:10 glennj