[GRASS-dev] [GRASS GIS] #3362: t.remove change rf flags

#3362: t.remove change rf flags
----------------------+-------------------------
Reporter: lucadelu | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 8.0.0
Component: Temporal | Version: unspecified
Keywords: t.remove | CPU: Unspecified
Platform: All |
----------------------+-------------------------
t.remove right now remove both temporal dataset and raster maps with -rf
flags.

I suggest to change in this way:
* d: Remove temporal dataset
* r: Remove only raster maps
* f: Force removal (required for actual deletion of files)

what do you think?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3362&gt;
GRASS GIS <https://grass.osgeo.org>

#3362: t.remove change rf flags
--------------------------+-------------------------
  Reporter: lucadelu | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 8.0.0
Component: Temporal | Version: unspecified
Resolution: | Keywords: t.remove
       CPU: Unspecified | Platform: All
--------------------------+-------------------------

Comment (by veroandreo):

Desired behaviour could be:

* no flag: shows warning that -f should be used to force removal
* only -r: shows maps in the stds that will be removed and warns that also
-f should be used to remove the maps
* only -f: removes the stds
* -rf: removes stds and maps from the temporal framework
* -d: complete clean-up (removes stds and maps from temporal framework and
from mapset)

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3362#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>