If we still want to keep this as a param for the download (confirm it before the change!) we can add this as a third part of the --access flag, so the user only have to provide one flag for the ACT feature. In that case the expected input either could be <publisherPublicKey>:<historyAddress> when no timestamp provided or <publisherPublicKey>:<historyAddress>:<timestamp> when the user wants to download with a certain timestamp. Or go with the access-at flag, probably the logic above is not that straight-forward from the user point of perspective.
If we still want to keep this as a param for the download (confirm it before the change!) we can add this as a third part of the
--accessflag, so the user only have to provide one flag for the ACT feature. In that case the expected input either could be<publisherPublicKey>:<historyAddress>when no timestamp provided or<publisherPublicKey>:<historyAddress>:<timestamp>when the user wants to download with a certain timestamp. Or go with theaccess-atflag, probably the logic above is not that straight-forward from the user point of perspective.