Add CommandLine to all examples
This commit is contained in:
@@ -24,4 +24,6 @@ int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
NS_LOG_UNCOND ("Scratch Simulator");
|
||||
CommandLine cmd;
|
||||
cmd.Parse (argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user