jj/cli
Yuya Nishihara a224d0f172 repo_path: show more detailed error if filesystem path failed to parse
This should address both use cases:
 1. If from_relative_path() is directly called, the error says ".." shouldn't
    be included in the (normalized) relative path.
 2. If parse_fs_path() is used, the error message contains paths relative to
    cwd. #3216
2024-03-09 11:01:43 +09:00
..
examples
src repo_path: show more detailed error if filesystem path failed to parse 2024-03-09 11:01:43 +09:00
testing
tests repo_path: show more detailed error if filesystem path failed to parse 2024-03-09 11:01:43 +09:00
build.rs
Cargo.toml
LICENSE