module Command
Classes and Modules
class Host < Samovar::CommandImplements the
falcon hostcommand. Designed for deployment.module PathsA helper for resolving wildcard configuration paths.
class Proxy < Samovar::CommandImplements the
falcon proxycommand.class Redirect < Samovar::CommandImplements the
falcon redirectcommand.class Serve < Samovar::CommandImplements the
falcon servecommand. Designed for development.class Top < Samovar::CommandThe top level command for the
falconexecutable.class Virtual < Samovar::CommandImplements the
falcon virtualcommand. Designed for deployment.
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)
rescue Interrupt
# Ignore.
rescue => error
Console.error(self, error)
exit! 1
end