File: check-pyproject.1

package info (click to toggle)
python-pyproject-parser 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,428 kB
  • sloc: python: 3,086; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 772 bytes parent folder | download
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
.TH check-pyproject "1" "Jan 2023" "check-pyproject" "Validate the given 'pyproject.tom' file"
.SH NAME
\fBcheck-pyproject \fP- Validate the given 'pyproject.toml' file
\fB
.SH USAGE
check-pyproject [OPTIONS] [PROJECT]
.SH DESCRIPTION
check-pyproject is designed to check the validity of the 'pyproject.toml'
file via the command line.
.SH OPTIONS
.TP
.B
\fB-P\fP, \fB--parser-class\fP TEXT
The class to parse the 'pyproject.toml' file with.
[default:
pyproject_parser:PyProject]
.TP
.B
\fB-T\fP, \fB--traceback\fP
Show the complete traceback on error.
.TP
.B
\fB-h\fP, \fB--help\fP
Show the help message and exit.
.SH AUTHORS
Written by Dominic Davis-Foste <dominic@davis-foster.co.uk>
.PP
This manual page was written by Josenison F. da Silva <nilsonfsilva@hotmail.com>