Command line interface for the Tidy tool.
More...
|
| 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) |
| |
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.
◆ __init__()
| def robotide.lib.robot.tidy.TidyCommandLine.__init__ |
( |
|
self | ) |
|
◆ main()
| def robotide.lib.robot.tidy.TidyCommandLine.main |
( |
|
self, |
|
|
|
arguments, |
|
|
|
recursive = False, |
|
|
|
inplace = False, |
|
|
|
format = 'txt', |
|
|
|
usepipes = False, |
|
|
|
spacecount = 4, |
|
|
|
lineseparator = os.linesep |
|
) |
| |
◆ validate()
| def robotide.lib.robot.tidy.TidyCommandLine.validate |
( |
|
self, |
|
|
|
opts, |
|
|
|
args |
|
) |
| |
The documentation for this class was generated from the following file: