mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
Replace mutiple args with flags
AB#1955
This commit is contained in:
parent
469b2ff46c
commit
1189078c5a
10 changed files with 336 additions and 587 deletions
|
@ -32,6 +32,13 @@ const (
|
|||
// Cryptographic constants.
|
||||
//
|
||||
StateDiskKeyLength = 32
|
||||
|
||||
//
|
||||
// CLI.
|
||||
//
|
||||
|
||||
MinControllerCount = 1
|
||||
MinWorkerCount = 1
|
||||
)
|
||||
|
||||
// CliVersion is the version of the CLI. Left as a separate variable to allow override during build.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue