Skip to content

Commit

Permalink
Add longoptions support for psimage. (#8330)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavis committed Feb 7, 2024
1 parent 36d8dac commit 89609c8
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/longopt/psimage_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,20 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'D', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'F', "",
"", "",
"", "",
{ 0, 'D', "position",
"g,j,J,n,x", "mapcoords,inside,outside,boxcoords,plotcoords",
"r,w,j,n,o", "dpi,width,janchor,replicate,anchoroffset",
GMT_TP_STANDARD },
{ 0, 'G', "",
"", "",
{ 0, 'F', "box",
"", "",
"c,g,i,p,r,s", "clearance,fill,inner,pen,radius,shade",
GMT_TP_STANDARD },
{ 0, 'I', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'M', "",
"", "",
{ 0, 'G', "bitcolor|bit_color",
"", "",
"b,f,t", "bg|background|bit_bg,fg|foreground|bit_fg,alpha|bit_alpha",
GMT_TP_STANDARD },
{ 0, 'I', "invert", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'M', "monochrome", "", "", "", "", GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
};
#endif /* !PSIMAGE_INC_H */

0 comments on commit 89609c8

Please sign in to comment.