name_with_args()
Name of task with argument list description.
# File lib/rake/task.rb, line 112 def name_with_args # :nodoc: if arg_description "#{name}#{arg_description}" else name end end