21 lines
179 B
Go
21 lines
179 B
Go
package cmd
|
|
|
|
import "testing"
|
|
|
|
// validate checks commands passed in from the command line
|
|
|
|
/*
|
|
*args:
|
|
* -t - type of cmd
|
|
* -c
|
|
|
|
*/
|
|
|
|
func TestUserCmd(t *testing.T) {
|
|
|
|
/*
|
|
|
|
*/
|
|
|
|
}
|