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