Skip to content

Commit f47a61e

Browse files
authored
Add common alias verbose (V) (#550)
Select verbosity level [Default is w], which modulates the messages written to stderr. See https://docs.generic-mapping-tools.org/6.1/gmt.html#v-full.
1 parent f1466e6 commit f47a61e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pygmt/helpers/decorators.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@
3636
color : str
3737
Select color or pattern for filling of symbols or polygons. Default
3838
is no fill.""",
39+
"V": """\
40+
verbose : str
41+
Select verbosity level [Default is w], which modulates the messages
42+
written to stderr. Choose among 7 levels of verbosity:
43+
44+
- **q** - Quiet, not even fatal error messages are produced
45+
- **e** - Error messages only
46+
- **w** - Warnings [Default]
47+
- **t** - Timings (report runtimes for time-intensive algorthms);
48+
- **i** - Informational messages (same as "verbose=True")
49+
- **c** - Compatibility warnings
50+
- **d** - Debugging messages""",
3951
"W": """\
4052
pen : str
4153
Set pen attributes for lines or the outline of symbols.""",

0 commit comments

Comments
 (0)