module Falcon::Command

Public Class Methods

call(*arguments) click to toggle source

The main entry point for the `falcon` executable. @parameter arguments [Array(String)] The command line arguments.

# File lib/falcon/command.rb, line 29
def self.call(*arguments)
        Top.call(*arguments)
end