mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Setup secrets, use switch instead of bool (#3269)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env pwsh
|
#!/usr/bin/env pwsh
|
||||||
# Helper script for applying the same user secrets to each project
|
# Helper script for applying the same user secrets to each project
|
||||||
param (
|
param (
|
||||||
[bool]$clear,
|
[switch]$clear,
|
||||||
[Parameter(ValueFromRemainingArguments = $true, Position=1)]
|
[Parameter(ValueFromRemainingArguments = $true, Position=1)]
|
||||||
$cmdArgs
|
$cmdArgs
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user