Sha256: d2daa9dcdaef6f67602fccb60f8d1fdc4ee0af12e074dc4da22bc454767d93b6
Contents?: true
Size: 544 Bytes
Versions: 10
Compression:
Stored size: 544 Bytes
Contents
#!/usr/bin/env ruby require 'commander/import' $:.push File.expand_path("../../lib", __FILE__) require 'helios/version' HighLine.track_eof = false # Fix for built-in Ruby Signal.trap("INT") {} # Suppress backtrace when exiting command program :version, Helios::VERSION program :description, 'A command-line interface for building mobile infrastructures' program :help, 'Author', 'Mattt Thompson <m@mattt.me>' program :help, 'Website', 'https://helios.io' program :help_formatter, :compact default_command :help require 'helios/commands'
Version data entries
10 entries across 10 versions & 2 rubygems