Sha256: 0d6c0e24f29417051cb3b1a8d849b9e59d903608d21d6159771967da99228e0d
Contents?: true
Size: 287 Bytes
Versions: 24
Compression:
Stored size: 287 Bytes
Contents
require 'sym/app/commands/base_command' module Sym module App module Commands class ShowVersion < BaseCommand required_options :version try_after :show_help def execute "sym (version #{Sym::VERSION})" end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems