Sha256: d03abfcbbc121fa7edc77a9aa040196dc54041dc0782db62aaca1aa22496ccb4
Contents?: true
Size: 1.12 KB
Versions: 11
Compression:
Stored size: 1.12 KB
Contents
module Steep class CLI attr_reader argv: Array[String] attr_reader stdout: IO attr_reader stdin: IO attr_reader stderr: IO attr_reader command: Symbol include Parallel::ProcessorCount def initialize: (stdout: IO, stdin: IO, stderr: IO, argv: Array[String]) -> void def self.available_commands: () -> ::Array[Symbol] def process_global_options: () -> bool def setup_command: () -> bool def run: () -> Integer def handle_logging_options: (OptionParser opts) -> void def handle_jobs_option: (Drivers::Utils::JobsOption jobs_option, OptionParser opts) -> void def process_init: () -> Integer def process_check: () -> Integer def process_checkfile: () -> Integer def process_stats: () -> Integer def process_validate: () -> Integer def process_annotations: () -> Integer def process_project: () -> Integer def process_watch: () -> Integer def process_langserver: () -> Integer def process_vendor: () -> Integer def process_binstub: () -> Integer def process_version: () -> Integer def process_worker: () -> Integer end end
Version data entries
11 entries across 11 versions & 1 rubygems