|
Bugzilla – Full Text Bug Listing |
| Summary: | CommandLine::AddValue is not wrapped | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | python bindings | Assignee: | 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 UTC
What is the advantage of using NS-3 command line parser over, say, Python's builtin optparse module? Maybe just mark it WONTFIX? (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. Created attachment 304 [details]
patch
Patch. Requires some minimal core changes, so I need approval.
ok for me. sorry it took so long to review. |