Sha256: 2f53de4b14defe4ef76e2305fcb2d5a8dc5b90caab46b87ea0a46b5b90ab9808
Contents?: true
Size: 402 Bytes
Versions: 17
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true # Released under the MIT License. # Copyright, 2017-2023, by Samuel Williams. # Copyright, 2018, by Mitsutaka Mimura. require_relative 'command/top' module Falcon module Command # The main entry point for the `falcon` executable. # @parameter arguments [Array(String)] The command line arguments. def self.call(*arguments) Top.call(*arguments) end end end
Version data entries
17 entries across 17 versions & 1 rubygems