Move command deleted empty directory

Here are the command that I use to move my files to the cloud.
rclone move --drive-use-trash -vv --no-traverse “C:\cipher” gdrive:encfs

Im using the latest beta. This problem/feature doesn’t happen in previous version.

The problem that I have is that, once the file is moved to the cloud and the directory is empty, the empty directory will be deleted by rclone. When the directory is gone, encfs mounting application will issue error because there are no directory to mount. I have use a script for cleaning unused empty directory, so when I need to delete empty directory, i can easily do it. There are certain directory that I should not remove.

Question is, is it possible to have rclone behave like it use to? Never delete empty folder, only delete files that are successfully moved.

Thanks.

Maybe this?