1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 07:13:39 +00:00

stub install

This commit is contained in:
Kyle Spearrin
2019-03-15 09:28:39 -04:00
parent feea862872
commit 0f7963f79c
3 changed files with 21 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ namespace Bit.Setup
public string[] Args { get; set; }
public bool Quiet { get; set; }
public bool Stub { get; set; }
public IDictionary<string, string> Parameters { get; set; }
public string OutputDir { get; set; } = "/etc/bitwarden";
public string HostOS { get; set; } = "win";