We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00a80c commit dfe3f64Copy full SHA for dfe3f64
Raindrop.API/Public/Export/Export-Raindrop.ps1
@@ -7,7 +7,7 @@ function Export-Raindrop {
7
[int] $CollectionId = 0,
8
9
[Parameter(Mandatory = $true)]
10
- [ValidateSet("csv", "html", "zip")]
+ [ValidateSet("csv", "html", "zip", "txt")]
11
[string] $Format,
12
13
[Parameter(Mandatory = $false)]
0 commit comments