Skip to content

Update usage documentation for submit #728

@sfairchild

Description

@sfairchild

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions