Method: CommandLineInterface#complete

Defined in:
lib/thartmx.rb

#completeObject



207
208
209
210
211
212
213
# File 'lib/thartmx.rb', line 207

def complete
	begin 
	@rtm.completeTask(ARGV[1])
	rescue 
		p "invalid task id"
	end
end