Sha256: 66f8e95ee04347b51c9ea742b904ade48444b3c3cfa26fb7b253a25a0903332f

Contents?: true

Size: 128 Bytes

Versions: 7

Compression:

Stored size: 128 Bytes

Contents

GLI.desc 'Print Hello, World!'
command :hello do |c|
	c.action do |global_options,options,args|
		puts "Hello, World!"
	end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
glyph-0.5.3.1 spec/files/custom_command.rb
glyph-0.5.2 spec/files/custom_command.rb
glyph-0.5.1 spec/files/custom_command.rb
glyph-0.5.0 spec/files/custom_command.rb
glyph-0.4.2 spec/files/custom_command.rb
glyph-0.4.1 spec/files/custom_command.rb
glyph-0.4.0 spec/files/custom_command.rb