Check if target path existence validation could be performed before action invocation
idle-code opened this issue · 0 comments
idle-code commented
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?)