class Effect::Runner

Defined in:

effect.cr

Class Method Summary

Class Method Detail

def self.run(ctx, image_path : Path, list) #

Run the given list of commands, applying them to the given file.


[View source]
def self.validate(ctx, list : CommandList) #

Validate the given list of commands makes sense for the runner


[View source]