Class: SVNx::InfoCommandLine

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

Instance Attribute Summary

Attributes inherited from System::CommandLine

#output

Instance Method Summary collapse

Methods included from CmdLine

#cache_dir, #uses_xml?

Methods inherited from System::CommandLine

#<<, #execute, #to_command

Constructor Details

#initialize(args = Array.new) ⇒ InfoCommandLine

Returns a new instance of InfoCommandLine.



9
10
11
# File 'lib/svnx/info/command.rb', line 9

def initialize args = Array.new
  super "info", args.to_a
end