mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-22 16:18:32 +00:00
fix CommandTest issues
This commit is contained in:
@@ -93,7 +93,7 @@ public class CommandTest {
|
|||||||
arguments = {
|
arguments = {
|
||||||
@Argument(value = "arg0"),
|
@Argument(value = "arg0"),
|
||||||
@Argument(value = "arg1", argumentParser = IntegerArgumentParser.class),
|
@Argument(value = "arg1", argumentParser = IntegerArgumentParser.class),
|
||||||
@Argument(value = "arg2", required = false, argumentParser = DoubleArgumentParser.class)
|
@Argument(value = "arg2", required = false, argumentParser = DoubleArgumentParser.class, defaultValue = "0")
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
public static final class DemoCommand implements CommandTemplate {
|
public static final class DemoCommand implements CommandTemplate {
|
||||||
|
|||||||
Reference in New Issue
Block a user