mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-14 20:22:13 -04:00
Split cmd package
This commit is contained in:
parent
63898c42bf
commit
de52bf14da
36 changed files with 1875 additions and 2302 deletions
|
@ -13,7 +13,7 @@ func TestVersionCmd(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
|
||||
cmd := newVersionCmd()
|
||||
b := bytes.NewBufferString("")
|
||||
b := &bytes.Buffer{}
|
||||
cmd.SetOut(b)
|
||||
|
||||
err := cmd.Execute()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue