#13113: sage -pkg can't handle its own options
-------------------------------+--------------------------------------------
Reporter: kini | Owner: leif
Type: defect | Status: needs_review
Priority: major | Milestone: sage-5.1
Component: scripts | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Keshav Kini | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Description changed by kini:
Old description:
> As summary.
New description:
`sage -pkg -n dir1` fails because the main sage command line handler
actually turns this into basically `sage-pkg -n && sage-pkg dir1`, which
is stupid since `sage-pkg` is already using `OptParse` to parse arguments
and is perfectly capable of handling all of its command line arguments at
once. These patches make it do so.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13113#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.