Sha256: 25485f157c948891e81dc9693c5507b8b3d019b5270b46c848413341201defe2

Contents?: true

Size: 1.3 KB

Versions: 20

Compression:

Stored size: 1.3 KB

Contents

#!/usr/bin/env ruby

# Copyright, 2017, by Samuel G. D. Williams. <http://www.codeotaku.com>
# 
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

require_relative '../lib/falcon/command'

begin
	Falcon::Command.call
rescue Interrupt
	# Ignore.
rescue => error
	Console.logger.error(Falcon::Command) {error}
	exit! 1
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
falcon-0.47.1 bin/falcon
falcon-0.47.0 bin/falcon
falcon-0.46.1 bin/falcon
falcon-0.46.0 bin/falcon
falcon-0.45.2 bin/falcon
falcon-0.45.1 bin/falcon
falcon-0.45.0 bin/falcon
falcon-0.44.0 bin/falcon
falcon-0.43.0 bin/falcon
falcon-0.42.3 bin/falcon
falcon-0.42.2 bin/falcon
falcon-0.42.1 bin/falcon
falcon-0.42.0 bin/falcon
falcon-0.41.0 bin/falcon
falcon-0.40.1 bin/falcon
falcon-0.40.0 bin/falcon
falcon-0.39.2 bin/falcon
falcon-0.39.1 bin/falcon
falcon-0.39.0 bin/falcon
falcon-0.38.1 bin/falcon