|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
Structure that stores module info. More...
#include <gis.h>
Data Fields | |
| const char * | label |
| const char * | description |
| const char ** | keywords |
| int | overwrite |
| int | verbose |
Structure that stores module info.
Used by the G_parser() system.
| int GModule::verbose |