View Source Reactor.File.Step.Rm (reactor_file v0.15.0)
A step which calls File.rm/1
Arguments
:path(String.t/0) - Required. The path of the directory to remove
Options
:revert_on_undo?(boolean/0) - Replace the removed file if the Reactor is undoing changes The default value isfalse.