forked from I2P_Developers/i2p.i2p
add routerinfo to command line
This commit is contained in:
@ -14,6 +14,7 @@ import java.util.List;
|
||||
public class CommandLine extends net.i2p.util.CommandLine {
|
||||
|
||||
protected static final List<String> RCLASSES = Arrays.asList(new String[] {
|
||||
"net.i2p.data.router.RouterInfo",
|
||||
"net.i2p.router.MultiRouter",
|
||||
"net.i2p.router.Router",
|
||||
"net.i2p.router.RouterLaunch",
|
||||
|
Reference in New Issue
Block a user