Sha256: 15b32037375425b8025ecd19945705a4440657b533dbf31daf9b34bb42b8fb90

Contents?: true

Size: 363 Bytes

Versions: 9

Compression:

Stored size: 363 Bytes

Contents

require 'magni'
require 'magni_something'

cli :magni, '--version' do 
	helpers :io, :http
	
	command :create, '-v' do
		syntax = "commander init [option]"
		command :cli, :name, '-a' do
			arg[:name]
			opts[:a]
			task 'create folders' do
				# do stuff here
			end

			task 'copy files' do
				# do stuff here
			end
		end	

		include magni_something
	end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
simple_commander-0.6.1 ideal_spec.rb
simple_commander-0.6.0 ideal_spec.rb
simple_commander-0.5.1 ideal_spec.rb
simple_commander-0.5.0 ideal_spec.rb
simple_commander-0.4.0 ideal_spec.rb
simple_commander-0.3.1 ideal_spec.rb
simple_commander-0.3.0 ideal_spec.rb
simple_commander-0.1.0 ideal_spec.rb
simple_commander-0.0.1 ideal_spec.rb