Menu

#213 A few command-line options are missing (Debian #433804)

v3.0
closed-fixed
nobody
5
2007-07-25
2007-07-25
No

Epydoc doesn't handle a few command-line options as documented in the manpage. These look like regressions versus the previous release.

Missing are -u (equivalent to --url) and -c (equivalent to --css).

The attached patch fixes cli.py.

Discussion

  • Kenneth J. Pronovici

     
  • Kenneth J. Pronovici

    • labels: --> command-line interface
    • milestone: --> v3.0
     
  • Kenneth J. Pronovici

    Logged In: YES
    user_id=1168720
    Originator: YES

    It also looks like the -n option might be missing. This change looks more intentional than -c and -u, since it isn't documented in the manpage. However, it breaks backwards-compatibility, and I hope it can be added back in just to make it easier for users to switch to 3.0. I attached a separate patch with these changes.
    File Added: debian-433804-2.patch

     
  • Kenneth J. Pronovici

     
  • Edward Loper

    Edward Loper - 2007-07-25
    • status: open --> closed-fixed
     
  • Edward Loper

    Edward Loper - 2007-07-25

    Logged In: YES
    user_id=195958
    Originator: NO

    As Kenneth surmised, this was an unintentional regression. I added all three flags back in (-u, -n, and -c) in svn revision 1597.

     

Log in to post a comment.