rmapi icon indicating copy to clipboard operation
rmapi copied to clipboard

Add download destination support for the get command

Open jbwong05 opened this issue 3 years ago • 0 comments

The FetchDocument function supports a parameter that allows control of the download destination. However, this functionality is not exposed with the get command meaning files are downloaded to the current working directory by default. This PR exposes an optional parameter for the get command that allows control over the download destination of the file.

jbwong05 avatar Apr 19 '23 07:04 jbwong05