Skip to content

Commit 3621da5

Browse files
authored
Merge pull request #10 from ReconfigureIO/fix/tests-alias
add 'tests' alias for 'test'
2 parents 8da5bf7 + 9677f07 commit 3621da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var testCmdStart = &cobra.Command{
1818
}
1919

2020
func init() {
21-
testCmd := genDevCommand("test", "t", "sim", "simulation", "simulations")
21+
testCmd := genDevCommand("test", "tests", "t", "sim", "simulation", "simulations")
2222
testCmd.AddCommand(genListSubcommand("tests", "Test"))
2323
testCmd.AddCommand(genLogSubcommand("tests", "Tests"))
2424
testCmd.AddCommand(genStopSubcommand("tests", "Tests"))

0 commit comments

Comments
 (0)