Class: SVNx::LogCommandLine

Inherits:
CommandLine show all
Defined in:
lib/svnx/log/command.rb

Instance Attribute Summary

Attributes inherited from System::CommandLine

#output

Instance Method Summary collapse

Methods inherited from CommandLine

#uses_xml?

Methods inherited from System::CommandLine

#<<, #execute, #to_command

Constructor Details

#initialize(args = Array.new) ⇒ LogCommandLine

Returns a new instance of LogCommandLine.



16
17
18
19
# File 'lib/svnx/log/command.rb', line 16

def initialize args = Array.new
  info "args: #{args}"
  super "log", args.to_a
end