Skip to content

path_exists: do not break on os-specific env vars #103

Closed
@Shadow53

Description

@Shadow53

In short, I should be able to write this:

[envs.example]
    path_exists = [
        [
            "${USERPROFILE}/file.txt",
            "${APPDATA}/other_file.txt",
        ],
        [
            "${HOME}/file.txt",
            "${XDG_CONFIG_HOME}/other_file.txt",
        ]
    ]

and not have Hoard crash.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions