Add CommandLine to all examples

This commit is contained in:
Peter D. Barnes, Jr.
2016-05-27 01:24:32 -04:00
parent a165e2edec
commit 38632b0e18
28 changed files with 88 additions and 4 deletions

View File

@@ -24,4 +24,6 @@ int
main (int argc, char *argv[])
{
NS_LOG_UNCOND ("Scratch Simulator");
CommandLine cmd;
cmd.Parse (argc, argv);
}