cli icon indicating copy to clipboard operation
cli copied to clipboard

A Go based command line tool for exercism.org.

Results 128 cli issues
Sort by recently updated
recently updated
newest added

ℹ More info: https://github.com/exercism/org-wide-files/commit/ceface8fc48f8f8be135cecafe5ea8355aac9ad6 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/271

Did some quick searching and I see that the ability to download all items for a given track isn't currently in the CLI. I'd really find this item useful, as...

A testing cleanup. This pull request replaces `ioutil.TempDir` with `t.TempDir`. We can use the `T.TempDir` function from the `testing` package to create temporary directory. The directory created by `T.TempDir` is...

Hi! Time ago you could fetch the next exercise through the CLI (or I dreamed it?) It is currently possible to do it?

Currently, the command requires an argument, even if that argument is `.` to indicate "current directory. Without an argument, I would expect `exercism open` to know I mean;"Yes, this one,...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3.3.1. Release notes Sourced from actions/setup-go's releases. Fix cache issues and update dependencies In scope of this release we fixed the issue with the correct...

x:size/small

`Part.FileName` now applies `filepath.Base` to the return value [1]. For compatibility with older versions, this now explicitly applies `Base` when fetching `FileName` always. Note that CI is on 1.15 which...

The help text for submit is no longer accurate. ```sh $ command exercism troubleshoot ... Current: 3.1.0 ... ``` ```sh $ command exercism submit --help Submit your solution to an...