class ShellyplugExporter::CLI
- ShellyplugExporter::CLI
- Reference
- Object
Overview
CLI class handles command line interface interactions for the exporter.
ShellyplugExporter::CLI.new
Defined in:
shellyplug_exporter/cli.crConstructors
-
.new
Initialize the CLI.
Instance Method Summary
-
#config : Config
Configuration settings for the exporter.
-
#config=(config : Config)
Configuration settings for the exporter.
-
#run_server=(run_server : Bool)
Whether to run the exporter server.
-
#run_server? : Bool
Whether to run the exporter server.