added replace when downloading option

This commit is contained in:
Waradu 2024-10-20 21:17:30 +02:00
parent a452ff1631
commit 6fb6657332
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
4 changed files with 73 additions and 8 deletions

View file

@ -27,4 +27,5 @@ toss --delete "file_identifier/deletion_token"
```bash
toss --download "file_identifier"
toss --download "file_identifier" --path "" # uses current path as default
toss --download "file_identifier" --replace # replace if file already exist
```