rattler
rattler copied to clipboard
Add `Path` variant to `NamedChannelOrUrl`
Besides having Name or Url for NamedChannelOrUrl we should also have a Path variant to allow distinguishing relative paths.
Ideally, we used typed-path for the paths to ensure that Windows paths can also be represented on unix.