Sha256: ce239141103eaeeb4270655cbe9022b744d950d1a0117eb186f33e308eef3d8b
Contents?: true
Size: 751 Bytes
Versions: 7
Compression:
Stored size: 751 Bytes
Contents
# Author:: Eric Crane (mailto:eric.crane@mac.com) # Copyright:: Copyright (c) 2019 Eric Crane. All rights reserved. # # Help system. # module Gloo module App class Help # Get text to display when the application is run # in HELP mode. def self.get_help_text return <<~TEXT NAME \tgloo DESCRIPTION \tGloo scripting language. A scripting language built on ruby. \tMore information coming soon. SYNOPSIS \tgloo [global option] [file] GLOBAL OPTIONS \t--cli \t\t - Run in CLI mode \t--version \t - Show application version \t--help \t\t - Show this help page TEXT end end end end
Version data entries
7 entries across 7 versions & 1 rubygems