todo: tests
This commit is contained in:
parent
c1680106ab
commit
652ca4b524
|
@ -0,0 +1,7 @@
|
||||||
|
package cmd
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestExecute(t *testing.T) {
|
||||||
|
Execute()
|
||||||
|
}
|
Loading…
Reference in New Issue