Skip to content

Include fs2.io.file.Path into the library #87

Description

@Hombre-x

We should re import this type into shellfish as it is an essential dependency on the whole library. I don't know the best way to achieve that but it would be nice to do something like this:

package shellfish.domain

import fs2.io.file.Path as Fs2Path

type Path = Fs2Path

And in the import package:

package shellfish

export shellfish.domain.Path

export shellfish.FilesOs

export shellfish.syntax.path.*

So doing import shellfish.* would import everything including the Path type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions