Sha256: 89a872e4dfba681ef1772cb904bff62d2c4e3846b6c88cde70866efc14c517c9
Contents?: true
Size: 569 Bytes
Versions: 10
Compression:
Stored size: 569 Bytes
Contents
module AssLauncher module Cmd class Main module SubCommands # @api private class Thin < 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 'thin' end def self._banner '1C:Enterprise Thin client' end declare_subcommands end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems