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