Sha256: b02fe1507b137121a09fa44e9f3379671cfd75cdb04745f9da8a3547d61abbee

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
require 'simple_commander/import'

program :name, 'scommander'
program :version, Commander::VERSION
program :description, 'Simple Commander utility program.'

command :init do
	action do
		# add init code here
		puts "init!"
	end
end
 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_commander-0.0.1 bin/simple_commander