You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm in the `exercism/c` directory and invoke:
exercism download --exercise hello-world
I would like `--track c` to be inferred.
If I'm in the `exercism/c/hello-world` directory and invoke without
arguments:
exercism download
I would like both `--track c` and `--exercise hello-world` to be
inferred.
0 commit comments