python-hatchling/hatchling.1

27 lines
494 B
Groff
Raw Normal View History

.TH HATCHLING "1" "September 2022" "" "User Commands"
2022-02-20 16:17:55 +00:00
.SH NAME
.B hatchling
\(en the build backend used by Hatch
.SH SYNOPSIS
.B hatchling
.RB [ \-h ]
.RB { build , dep , metadata , 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 metadata
.TP
2022-04-30 11:10:30 +00:00
.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)