It was discovered while discussing #724 that the documentation for exercism submit could be improved including showing optional additional files.
As a user I would like documentation showing the proper use of submit including any optional flags.
EDIT:
currently when a user enters exercism submit -h the output is
Submit your solution to an Exercism exercise.
Call the command with the list of files you want to submit.
Usage:
submit [flags]
Aliases:
submit, s
Flags:
-h, --help help for submit
Global Flags:
--timeout int override the default HTTP timeout (seconds)
-v, --verbose verbose output
The output should be updated to
Submit your solution to an Exercism exercise.
Call the command with the list of files you want to submit.
Usage:
submit [flags] FILE1 [FILE2 ...]
Aliases:
submit, s
Flags:
-h, --help help for submit
Global Flags:
--timeout int override the default HTTP timeout (seconds)
-v, --verbose verbose output
It was discovered while discussing #724 that the documentation for
exercism submitcould be improved including showing optional additional files.As a user I would like documentation showing the proper use of
submitincluding any optional flags.EDIT:
currently when a user enters
exercism submit -hthe output isThe output should be updated to