Skip to content

Commit c0081a5

Browse files
authored
Document that GMT_Call_Module will print command from externals -Vd (#4277)
While users of the API may or may not see this documentation, at least this behavior is now documented in the API.
1 parent b169019 commit c0081a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/rst/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,6 +2791,8 @@ how the options are passed to the module:
27912791
Expects ``args`` to be an array of text strings and ``mode`` to be a count of how many
27922792
options are passed (i.e., the ``argc, argv[]`` model used by the GMT programs themselves).
27932793

2794+
From external interfaces and with a debug verbosity level set, ``GMT_Call_Module`` will
2795+
also print out the equivalent command line to standard error (or its substitute).
27942796

27952797
Set program options via text array arguments
27962798
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)