GRASS Programmer's Manual  6.4.4(2014)-r
grass.script.task Namespace Reference

GRASS Python scripting module (task) More...

Detailed Description

GRASS Python scripting module (task)

Get interface description of GRASS commands

Based on gui/wxpython/gui_modules/menuform.py

Usage:

1 from grass.script import task as gtask
2 
3 gtask.command_info('r.info')
4 ...

(C) 2011 by the GRASS Development Team This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Martin Landa <landa.martin gmail.com>