Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.tidy.TidyCommandLine Class Reference

Command line interface for the Tidy tool. More...

Inheritance diagram for robotide.lib.robot.tidy.TidyCommandLine:

Public Member Functions

def __init__ (self)
 
def main (self, arguments, recursive=False, inplace=False, format='txt', usepipes=False, spacecount=4, lineseparator=os.linesep)
 
def validate (self, opts, args)
 

Detailed Description

Command line interface for the Tidy tool.

Typically :func:`tidy_cli` is a better suited for command line style
usage and :class:`Tidy` for other programmatic usage.

Definition at line 232 of file tidy.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.tidy.TidyCommandLine.__init__ (   self)

Definition at line 234 of file tidy.py.

Member Function Documentation

◆ main()

def robotide.lib.robot.tidy.TidyCommandLine.main (   self,
  arguments,
  recursive = False,
  inplace = False,
  format = 'txt',
  usepipes = False,
  spacecount = 4,
  lineseparator = os.linesep 
)

Definition at line 237 of file tidy.py.

◆ validate()

def robotide.lib.robot.tidy.TidyCommandLine.validate (   self,
  opts,
  args 
)

Definition at line 249 of file tidy.py.


The documentation for this class was generated from the following file: