Skip to content

Commit

Permalink
Add the 'incols' alias to info (GenericMappingTools#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored and Josh Sixsmith committed Dec 21, 2022
1 parent 9db2838 commit d24da86
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 d24da86

Please sign in to comment.