Bug 289 - CommandLine::AddValue is not wrapped
CommandLine::AddValue is not wrapped
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: python bindings
pre-release
All All
: P1 normal
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-15 14:21 EDT by Mathieu Lacage
Modified: 2008-11-26 07:15 EST (History)
3 users (show)

See Also:


Attachments
patch (10.88 KB, patch)
2008-11-18 12:33 EST, Gustavo J. A. M. Carneiro
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.