Duplicacy add mixed doc/parameter

Please describe what you are doing to trigger the bug:
duplicacy_win_x64_2.3.0.exe add new_storage -encrypt -repository ‘D:\Data’ Data E:\duplicacy\

Please describe what you expect to happen (but doesn’t):
creating of new storage

Please describe what actually happens (the wrong behaviour):
Unrecognizable storage URL: new_storage

Solution is to switch storage name and storage url. So ether the doc is wrong or parameters…
USAGE:
duplicacy add [command options]

Try using common slash (/): D:/Data and E:/duplicacy/

The options should appear before the snapshot id (or repository id, which is new_storage in your case):

duplicacy init [command options] <snapshot id> <storage url>