struct CliOptions
- CliOptions
- Struct
- Value
- Object
Defined in:
crdo/types.crConstructors
Instance Method Summary
- #clone
- #copy_with(test _test = @test, immediate _immediate = @immediate, crontab _crontab = @crontab, filter _filter = @filter)
- #crontab : String
- #filter : Set(String)
- #immediate : Bool
- #test : Bool
Constructor Detail
Instance Method Detail
def copy_with(test _test = @test, immediate _immediate = @immediate, crontab _crontab = @crontab, filter _filter = @filter)
#