module Falcon::Command

def self.call(*arguments)

@parameter arguments [Array(String)] The command line arguments.
The main entry point for the `falcon` executable.
def self.call(*arguments)
	Top.call(*arguments)
end