bin/falcon in
falcon-0.26.0
vs bin/falcon in
falcon-0.27.0
- old
+ new
@@ -21,8 +21,8 @@
# THE SOFTWARE. require_relative '../lib/falcon' begin
- Falcon::Command.parse(ARGV).invoke
+ Falcon::Command.call
rescue Interrupt end