Enhance workspace command to include --exercise, --track, and --team
Open
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 363
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 2
Description
If any of these are passed, then print out the relevant path.
By default tracks and exercises go in the root of the workspace, but if you're part of a team, then there's a separate directory tree under `teams/$team`:
```
$WORKSPACE
├── go
│ └── hello-world
├── ruby
│ └── hello-world
└── teams
└── funfun
└── go
└── gigasecond
```
Contributor guide
Assessment
This issue has not been assessed yet.