python-hatchling/hatchling.1

40 lines
711 B
Groff
Raw Normal View History

.TH HATCHLING "1" "October 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 "COMMANDS"
2022-02-20 16:17:55 +00:00
.TP
.B build
See
.BR hatchling\-build (1).
2022-02-20 16:17:55 +00:00
.TP
.B dep
See
.BR hatchling\-dep (1).
2022-04-30 11:10:30 +00:00
.TP
.B metadata
See
.BR hatchling\-metadata (1).
.TP
2022-04-30 11:10:30 +00:00
.B version
See
.BR hatchling\-version (1).
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 hatchling\-build (1),
.BR hatchling\-dep (1),
.BR hatchling\-metadata (1),
.BR hatchling\-version (1)
.P
2022-04-30 11:10:30 +00:00
.BR hatch (1)