mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 12:33:27 +08:00

If the parameter being passed is an object then it can be passed as a JSON string rather than using the `--json` flag which simplifies the command line. rclone rc operations/list fs=/tmp remote=test opt='{"showHash": true}' Rather than rclone rc operations/list --json '{"fs": "/tmp", "remote": "test", "opt": {"showHash": true}}'