Open
Description
Currently the --repair
option only functions on the CWD. It makes sense to allow it to take an optional target to act upon.
- When doing so, we'll need to check for the existence of the target and handle the error condition gracefully.
- The Cram integration tests (in
examples/
) should be updated to reflect this functionality.
Activity