gambas-source-code/main/tools/gbh3/usage
gambas 1f73946947 Put 'gbh3' back into the git repository.
[CONFIGURATION]
* BUG: Don't put main/tools in .gitignore.

[HELPER]
* BUG: Put 'gbh3' back into the git repository.
2019-02-25 00:20:43 +01:00

18 lines
665 B
Text

Extract Gambas help comments from source files.
Usage: gbh3 [options] [<sources>]
Options:
-r --root <root> gives the Gambas installation directory
-c --component <component> generate help directly in a component '*.help' file
-V --version display version
-L --license display license
-h --help display this help
If <sources> contains directories, they are searched recursively for '*.c'
and '*.cpp' files. If <sources> is not specified, the current directory
is searched.
The extracted help is printed on the standard output, unless the '-c'
option is specified.