Skip to content

Commit

Permalink
Add algorithm to list GRASS addons
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisterH authored and nyalldawson committed May 31, 2023
1 parent e4b10d1 commit aea90ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions python/plugins/grassprovider/description/g.extension.list.txt
@@ -0,0 +1,6 @@
g.extension
g.extension.list - List GRASS addons.
General (g.*)
QgsProcessingParameterBoolean|-l|List available extensions in the official GRASS GIS Addons repository|False
QgsProcessingParameterBoolean|-c|List available extensions in the official GRASS GIS Addons repository including module description|False
QgsProcessingParameterBoolean|-a|List locally installed extensions|False
@@ -1,6 +1,7 @@
g.extension
Manage GRASS addons.
g.extension.manage - Install or uninstall GRASS addons.
General (g.*)
QgsProcessingParameterString|extension|Name of Extension|None|False
QgsProcessingParameterEnum|operation|Operation|add;remove|False|None|False
QgsProcessingParameterBoolean|-f|Force (required for removal)|False
QgsProcessingParameterBoolean|-f|Force (required for removal)|False
QgsProcessingParameterBoolean|-t|Operate on toolboxes instead of single modules (experimental)|False

0 comments on commit aea90ec

Please sign in to comment.