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
Class Method Summary collapse
-
.start(args = ARGV) ⇒ Integer
Start the CLI with the given arguments.
Class Method Details
.start(args = ARGV) ⇒ Integer
Start the CLI with the given arguments
10 11 12 |
# File 'lib/rbzk/cli_thor.rb', line 10 def self.start(args = ARGV) Commands.start(args) end |