Module: RBZK::CLI

Defined in:
lib/rbzk/cli_thor.rb,
lib/rbzk/cli/config.rb,
lib/rbzk/cli/commands.rb

Overview

Command Line Interface module for RBZK Provides methods for interacting with ZKTeco devices from the command line

Defined Under Namespace

Classes: Commands, Config

Class Method Summary collapse

Class Method Details

.start(args = ARGV) ⇒ Integer

Start the CLI with the given arguments

Parameters:

  • args (Array<String>) (defaults to: ARGV)

    Command line arguments

Returns:

  • (Integer)

    Exit code



10
11
12
# File 'lib/rbzk/cli_thor.rb', line 10

def self.start(args = ARGV)
  Commands.start(args)
end