Sha256: b77105aa4f47a6be384b0432b8a2f6e39f07e4c648376608b1c166dd6eaf6a90
Contents?: true
Size: 591 Bytes
Versions: 10
Compression:
Stored size: 591 Bytes
Contents
module AssLauncher module Cmd class Main module SubCommands # @api private class Thick < Abstract::SubCommand module SubCommands class Cli < Abstract::Cli; end # :nodoc: class Run < Abstract::Run include Abstract::Parameter::IB_PATH end end def self.command_name 'thick' end def self._banner '1C:Enterprise Thick client in ENTERPRISE mode' end declare_subcommands end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems