Skip to content

Check if target path existence validation could be performed before action invocation #13

Open
@idle-code

Description

@idle-code

Actions should be able to assume that passed target path always exists. This would reduce bloat code in actions implementation.
Implementation could invoke .: contains <target-path> just before actual action invocation (<target-path>: <action>) or use common method (from ActionExecutor interface?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions