BerkeleyAutomation / FogROS2

An Adaptive and Extensible Platform for Cloud and Fog Robotics Using ROS 2
https://berkeleyautomation.github.io/FogROS2
Apache License 2.0
171 stars 29 forks source link

`--dry-run` option should not print that it is deleting instances/keys #81

Open mjd3 opened 2 years ago

mjd3 commented 2 years ago

Describe the bug When running ros2 fog delete --dry-run all, the output implies that the --dry-run option is being ignored.

Expected behavior There should be a clear indication that the commands are not being executed (i.e., the output should not be equivalent with/without the dry run flag).

Screenshots

image