Added test command
This commit is contained in:
@@ -55,4 +55,8 @@ command socialspy {
|
|||||||
run migrate;
|
run migrate;
|
||||||
type console;
|
type console;
|
||||||
}
|
}
|
||||||
|
test {
|
||||||
|
run test;
|
||||||
|
type console;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user