test
This commit is contained in:
9
src/cmd/args_test.go
Normal file
9
src/cmd/args_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestExecute(t *testing.T) {
|
||||
Execute()
|
||||
}
|
Reference in New Issue
Block a user