Class: SVNx::StatusCommandLine

Inherits:
CommandLine show all
Defined in:
lib/svnx/status/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) ⇒ StatusCommandLine

Returns a new instance of StatusCommandLine.



8
9
10
# File 'lib/svnx/status/command.rb', line 8

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