Skip to content
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

Allow more controls in gmt clear #7740

Merged
merged 6 commits into from Aug 19, 2023
Merged

Allow more controls in gmt clear #7740

merged 6 commits into from Aug 19, 2023

Commits on Aug 18, 2023

  1. Allow more controls in gmt clear

    This PR follows a suggestion in #7738 to allow teh removal of just one data set, say earth_relief without deleting all the other Earth data. In addition I added option -N which simply lists (to stdout) which directories would have been deleted.
    PaulWessel committed Aug 18, 2023
    Copy the full SHA
    27c0dbb View commit details
    Browse the repository at this point in the history
  2. minor wording changes

    PaulWessel committed Aug 18, 2023
    Copy the full SHA
    fbcf296 View commit details
    Browse the repository at this point in the history
  3. More text changes

    PaulWessel committed Aug 18, 2023
    Copy the full SHA
    be84a77 View commit details
    Browse the repository at this point in the history
  4. Update clear.c

    Check that argument to data was not given and check for -N in a separate loop before doing the work.
    PaulWessel committed Aug 18, 2023
    Copy the full SHA
    40e2520 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    53044fd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. skip options

    PaulWessel committed Aug 19, 2023
    Copy the full SHA
    8dabf7f View commit details
    Browse the repository at this point in the history