exercism / configlet

The official tool for managing Exercism language track repositories.
https://exercism.org/docs/building/configlet
GNU Affero General Public License v3.0
20 stars 14 forks source link

create, README: fix descriptions of new options #858

Closed sanderploegsma closed 6 months ago

sanderploegsma commented 6 months ago

The help text for the --practice-exercise and --concept-exercise options of configlet create were inverted:

Options for create:
      --approach <slug>           The slug of the approach
      --article <slug>            The slug of the article
      --practice-exercise <slug>  The slug of the concept exercise
      --concept-exercise <slug>   The slug of the practice exercise
  -e, --exercise <slug>           Only operate on this exercise
  -o, --offline                   Do not update the cached 'problem-specifications' data

This PR swaps them around.

sanderploegsma commented 6 months ago

It looks like the CI failure is unrelated to the changes, not sure if it fails randomly more often. I can't seem to trigger a re-run myself though.