prettyPath(cwd:)

Returns a path suitable for display to the user (if possible, it is made to be relative to the current working directory).

AbsolutePath.swift:317
func prettyPath(cwd: AbsolutePath? = localFileSystem.currentWorkingDirectory) -> String