mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Fix infrequent PEP 8 issues.
This commit is contained in:
parent
13fc909058
commit
63b1e0c277
31 changed files with 41 additions and 50 deletions
|
@ -103,8 +103,10 @@ class CLI(with_metaclass(ABCMeta, object)):
|
|||
_CONST = re.compile(r"C\(([^)]+)\)")
|
||||
|
||||
PAGER = 'less'
|
||||
LESS_OPTS = 'FRSX' # -F (quit-if-one-screen) -R (allow raw ansi control chars)
|
||||
# -S (chop long lines) -X (disable termcap init and de-init)
|
||||
|
||||
# -F (quit-if-one-screen) -R (allow raw ansi control chars)
|
||||
# -S (chop long lines) -X (disable termcap init and de-init)
|
||||
LESS_OPTS = 'FRSX'
|
||||
|
||||
def __init__(self, args, callback=None):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue