python-hatchling/hatchling.1

25 lines
466 B
Groff
Raw Normal View History

2022-02-20 16:17:55 +00:00
.TH HATCHLING "1" "February 2022" "" "User Commands"
.SH NAME
.B hatchling
\(en the build backend used by Hatch
.SH SYNOPSIS
.B hatchling
.RB [ \-h ]
2022-04-30 11:10:30 +00:00
.RB { build , dep , version }\ ...
2022-02-20 16:17:55 +00:00
.SH DESCRIPTION
This is the extensible, standards compliant build backend used by Hatch.
.SH OPTIONS
.SS "POSITIONAL\ ARGUMENTS"
.TP
.B build
.TP
.B dep
2022-04-30 11:10:30 +00:00
.TP
.B version
2022-02-20 16:17:55 +00:00
.SS "OPTIONAL\ ARGUMENTS"
.TP
.B \-h\fR,\ \fB\-\-help
show a help message and exit
2022-04-30 11:10:30 +00:00
.SH "SEE\ ALSO"
.BR hatch (1)