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 44 45 46 47 48 49 50 51 52 53
|
.TH GIR "1" "May 2024" "gir 0.19.1" "User Commands"
.SH NAME
gir \- generate rust code from gir files
.SH SYNOPSIS
.B gir
[\fI\,options\/\fR] [\fI\,<library> <version>\/\fR]
.SH DESCRIPTION
.IP
gir (\fB\-h\fR | \fB\-\-help\fR)
.SH OPTIONS
.HP
\fB\-c\fR, \fB\-\-config\fR CONFIG Config file path (default: Gir.toml)
.TP
\fB\-h\fR, \fB\-\-help\fR
Show this message
.TP
\fB\-d\fR, \fB\-\-girs\-directories\fR GIRSPATH
Directories for GIR files
.TP
\fB\-m\fR, \fB\-\-mode\fR MODE
Work mode: doc, normal, sys or not_bound
.TP
\fB\-o\fR, \fB\-\-target\fR PATH
Target path
.TP
\fB\-p\fR, \fB\-\-doc\-target\-path\fR PATH
Doc target path
.TP
\fB\-b\fR, \fB\-\-make\-backup\fR
Make backup before generating
.TP
\fB\-s\fR, \fB\-\-stats\fR
Show statistics
.TP
\fB\-\-disable\-format\fR
Disable formatting generated code
.TP
\fB\-\-check\-gir\-file\fR PATH
Check if the given `.gir` file is valid
.SH AUTHOR
.TP
Matthias Geiger <werdahias@riseup.net>
.SH COPYRIGHT
.PP
Copyright \[co] 2024 Matthias Geiger
.PP
This manual page was written for the Debian system (and may be used by
others).
.PP
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU General Public License, Version 3 or (at your
option) any later version published by the Free Software Foundation.
|