module Command
Nested
Definitions
def self.call(*arguments)
The main entry point for the falcon
executable.
Signature
-
parameter
arguments
Array(String)
The command line arguments.
Implementation
def self.call(*arguments)
Top.call(*arguments)
end