I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e016c87f authored by zzz's avatar zzz
Browse files

add routerinfo to command line

parent 75dd2251
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ import java.util.List; ...@@ -14,6 +14,7 @@ import java.util.List;
public class CommandLine extends net.i2p.util.CommandLine { public class CommandLine extends net.i2p.util.CommandLine {
protected static final List<String> RCLASSES = Arrays.asList(new String[] { protected static final List<String> RCLASSES = Arrays.asList(new String[] {
"net.i2p.data.router.RouterInfo",
"net.i2p.router.MultiRouter", "net.i2p.router.MultiRouter",
"net.i2p.router.Router", "net.i2p.router.Router",
"net.i2p.router.RouterLaunch", "net.i2p.router.RouterLaunch",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment