v0.12.1
This commit is contained in:
20
cmd/validate.go
Normal file
20
cmd/validate.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package cmd
|
||||
|
||||
import "testing"
|
||||
|
||||
// validate checks commands passed in from the command line
|
||||
|
||||
/*
|
||||
*args:
|
||||
* -t - type of cmd
|
||||
* -c
|
||||
|
||||
*/
|
||||
|
||||
func TestUserCmd(t *testing.T) {
|
||||
|
||||
/*
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user