struct CliOptions

Defined in:

crdo/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(test : Bool, immediate : Bool, crontab : String, filter : Set(String)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(test _test = @test, immediate _immediate = @immediate, crontab _crontab = @crontab, filter _filter = @filter) #

[View source]
def crontab : String #

def filter : Set(String) #

def immediate : Bool #

def test : Bool #