Replace mutiple args with flags

AB#1955
This commit is contained in:
katexochen 2022-05-04 08:50:50 +02:00 committed by Paul Meyer
parent 469b2ff46c
commit 1189078c5a
10 changed files with 336 additions and 587 deletions

View file

@ -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.