-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long options warnings messages #8657
Labels
feature request
Request a new feature
Comments
It would be good to do it before the release of GMT6.6 (#8653) What do you think? |
joa-quim
added a commit
that referenced
this issue
Jan 2, 2025
But keep in mind that there are warnings in the code above this.
Yes, we definitively don't want that message printed. But things may be not that easy. A commented section before that printing line says:
Anyway, I made #8658 to let us test this more. |
joa-quim
added a commit
that referenced
this issue
Jan 3, 2025
Adressed in #8658 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I run this command with long options and I got a warning messagge:
gmt basemap --projection=X8/5 -Bx100+l"Depth (km)" -By2+l"Magnitude" --region=0/300/0/10 -png XY
and I got this warning message:
gmt [WARNING]: Reformatted options: -JX8/5 -B"x100+lDepth (km)" -By2+lMagnitude -R0/300/0/10 -png XY
I think that it would be better to set those messages to information (instead of warning).
The text was updated successfully, but these errors were encountered: