Skip to content

Commit

Permalink
Add the 'incols' alias to info (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Aug 31, 2021
1 parent fb90068 commit 6390618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pygmt/src/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
V="verbose",
a="aspatial",
f="coltypes",
i="incols",
r="registration",
)
@kwargs_to_strings(I="sequence")
@kwargs_to_strings(I="sequence", i="sequence_comma")
def info(table, **kwargs):
r"""
Get information about data tables.
Expand Down Expand Up @@ -65,6 +66,7 @@ def info(table, **kwargs):
{V}
{a}
{i}
{f}
{r}
Expand Down

0 comments on commit 6390618

Please sign in to comment.