class ScalewayDDNS::CLI

Overview

CLI class handles command line interface interactions for the updater.

ScalewayDDNS::CLI.new

Defined in:

scaleway_ddns/cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Initialize the CLI.


Instance Method Detail

def config : Config #

Configuration settings for the updater.


def config=(config : Config) #

Configuration settings for the updater.


def run_updater=(run_updater : Bool) #

Whether to run the updater.


def run_updater? : Bool #

Whether to run the updater.