Changeset 1740:bf5ae0f90520
- Timestamp:
-
Dec 28, 2018, 10:04:36 PM
(2 years ago)
- Author:
- Stefan Schwarzer <sschwarzer@…>
- Branch:
- default
- Message:
-
Don't require `q` to exit `less`
Don't require `q` to exit `less` if the output isn't more than a
screenful.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r1710
|
r1740
|
|
81 | 81 | |
82 | 82 | pylint: |
83 | | pylint --rcfile=pylintrc ${PYLINT_OPTS} ${SOURCE_DIR}/*.py | less |
| 83 | pylint --rcfile=pylintrc ${PYLINT_OPTS} ${SOURCE_DIR}/*.py | \ |
| 84 | less --quit-if-one-screen |
84 | 85 | |
85 | 86 | find_missing_unicode_literals: |