exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Incorrect CLI command for checking out first exercise #259

Closed codeinabox closed 6 months ago

codeinabox commented 6 months ago

When I was on the page https://exercism.org/tracks/vimscript, it told me the CLI command to use is exercism download --exercise=hello-world --track=Vim script. This is incorrect and should be exercism download --exercise=hello-world --track=vimscript.

github-actions[bot] commented 6 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

BNAndras commented 6 months ago

I can't seem to replicate this. I see exercism download --track=vimscript --exercise=hello-world

codeinabox commented 6 months ago

It's a tricky one to recreate as it's only shown when you first start the track

BNAndras commented 6 months ago

@ErikSchierboom, thoughts?

BNAndras commented 6 months ago

I joined the Standard ML track and got exercism download --exercise=hello-world --track=Standard ML. I think the new modal is pulling in the track name not the track slug.

ErikSchierboom commented 6 months ago

PR opened: https://github.com/exercism/website/pull/6694

codeinabox commented 6 months ago

Thank you for fixing this so quickly