Sha256: dfc7d1fca7f1c91d85d42285892f06b2d8a84e699877d0270a6539db8dbd40c0

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

class VersionCommand  < Command
  
  description "Shows the current version of the application."
  
  def main
    options = parse

    puts "#{Rcli.script_config['global']['script_name']} version 0.0.1 (alpha)"
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rcli-0.1.0 lib/commands/version.rb