FogROS2
FogROS2 copied to clipboard
`--dry-run` option should not print that it is deleting instances/keys
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