gambas-source-code/main/man/gba3.1
gambas 4da85c26dd Fix man pages.
[CONFIGURATION]
* BUG: Fix man pages.
2020-06-20 05:10:29 +02:00

54 lines
1.5 KiB
Groff

.TH "gba3" "1" "October 2013" "Ubuntu" "User Commands"
.SH "NAME"
gba3 \- GAMBAS Archiver
.SH "SYNOPSIS"
.B gba3
[options] [<project directory>]
.br
.B gba3
-x <archive path> <file>
.SH "DESCRIPTION"
Gambas is a free development environment based on a Basic interpreter with object extensions, a mix of Java(tm) and Visual Basic(tm).
With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on...
\fBgba3\fR is the archiver that allows you to create a standalone one-file executable from a Gambas project or extract a specific file from a Gambas executable (-x option).
.SH "OPTIONS"
.TP
\fB\-h, --help\fR
display help and exit
.TP
\fB\-L, --license\fR
display license
.TP
\fB\-o, --output=ARCHIVE\fR
archive path [<project directory>/<project name>.gambas]
.TP
\fB\-s, --swap\fR
swap endianness
.TP
\fB\-x, --extract=ARCHIVE\fR
archive path
.TP
\fB\-v, --verbose\fR
verbose output
.TP
\fB\-V, --version\fR
display version
.SH "AVAILABILITY"
The latest version of Gambas can always be obtained from
\fBgambas.sourceforge.net\fR, documentation about the language is at
\fBhttp://gambaswiki.org/wiki\fR.
.SH "REPORTING BUGS"
Report bugs to \fBhttp://gambaswiki.org/bugtracker\fR
.SH "COPYRIGHT"
Copyright\(co Benoît Minisini <g4mba5@gmail.com>;
.PP
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.