File: proselint.1

package info (click to toggle)
python3-proselint 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,268 kB
  • sloc: python: 7,138; sh: 6; makefile: 5
file content (43 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH "PROSELINT" "1" "06-Nov-2016" "" "proselint Manual"
.SH NAME
proselint \- A CLI for proselint, a linter for prose.
.SH SYNOPSIS
.B proselint [OPTIONS] [PATHS]...
.br
.B proselint [OPTIONS] -
.br
.SH DESCRIPTION
A CLI for proselint, a linter for prose.
.SH DESCRIPTION
Proselint is a CLI for proselint, a linter for prose. It is an utility that
aggregates knowledge about best practices in writing from world's greatest
writers and editors, and makes it accessible by giving suggestions in the form
of a linter for prose.
.SH OPTIONS
.TP
\- <stdin input>
The file to edit is read from stdin.
.TP
\-v, \-\-version
Show the version and exit.
.TP
\-d, \-\-debug
Give verbose output.
.TP
\-c, \-\-clean
Clear the cache.
.TP
\-j, \-\-json
Output as JSON.
.TP
\-t, \-\-time
Time on a corpus.
.TP
\-\-demo
Run over demo file.
.TP
\-\-compact
Shorten output.

.SH "ADDITIONAL INFORMATION"
For further information, visit the website http://proselint.com.