feat(headless): complete portable single-session host
This commit is contained in:
parent
fbebb91848
commit
f8cb840fb1
30 changed files with 3571 additions and 32 deletions
|
|
@ -5,4 +5,7 @@ internal enum HeadlessExitCode
|
|||
Success = 0,
|
||||
UsageError = 2,
|
||||
ConfigurationError = 3,
|
||||
CredentialError = 4,
|
||||
ConnectionError = 5,
|
||||
RuntimeError = 6,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue