Method: CommandLineInterface#postpone

Defined in:
lib/thartmx.rb

#postponeObject



215
216
217
218
219
220
221
# File 'lib/thartmx.rb', line 215

def postpone
	begin 
	@rtm.postponeTask(ARGV[1].chomp)
	rescue Exception => e
		p "invalid task id",e
	end
end