Bug 289

Summary: CommandLine::AddValue is not wrapped
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: python bindingsAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: craigdo, gjcarneiro, ns-bugs
Priority: P1    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: patch

Description Mathieu Lacage 2008-08-15 14:21:37 EDT
the title says it all.
Comment 1 Gustavo J. A. M. Carneiro 2008-11-18 06:00:24 EST
What is the advantage of using NS-3 command line parser over, say, Python's builtin optparse module?

Maybe just mark it WONTFIX?
Comment 2 Mathieu Lacage 2008-11-18 06:26:36 EST
(In reply to comment #1)
> What is the advantage of using NS-3 command line parser over, say, Python's
> builtin optparse module?

builtin support for global and default values.
Comment 3 Gustavo J. A. M. Carneiro 2008-11-18 12:33:23 EST
Created attachment 304 [details]
patch

Patch.  Requires some minimal core changes, so I need approval.
Comment 4 Mathieu Lacage 2008-11-26 06:52:54 EST
ok for me. sorry it took so long to review.