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