mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
cli: add missing flag to miniConstellation (#1374)
* Add missing flag to miniConstellation * Add config merger to miniConstellation * Soft fail if config can not be merged * Remove config flattening * Release spinner stop lock when stopping finished --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems> Co-authored-by: Nils Hanke <nils.hanke@outlook.com>
This commit is contained in:
parent
ebf7dd8842
commit
446b77828b
3 changed files with 10 additions and 10 deletions
|
@ -84,6 +84,7 @@ func (s *spinner) Start(text string, showDots bool) {
|
|||
func (s *spinner) Stop() {
|
||||
s.stop.Store(true)
|
||||
s.wg.Wait()
|
||||
s.stop.Store(false)
|
||||
}
|
||||
|
||||
// Write stops the spinner and writes the given bytes to the underlying writer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue