Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better option, config file, help text, and plugin handling #36

Open
jpellerin opened this issue Dec 14, 2011 · 0 comments
Open

Better option, config file, help text, and plugin handling #36

jpellerin opened this issue Dec 14, 2011 · 0 comments
Assignees

Comments

@jpellerin
Copy link
Member

All related to option parsing.

  • The help text is insanely long. It should be more like hg's, with basic
    help as the default, and help for plugins requiring an additional arg.
  • The --where option doesn't work correctly. It doesn't, for instance,
    result in nose picking up setup.cfg in the target directory
  • It should be possible to add plugins to the available set with a
    commandline/config file argument (--plugin=package.module.Plugin?)

All of those require a substantially different option parser than the default:

  • Must be able to process args in stages (pull out --where, pull out
    --plugin, then process the rest)
  • Must have more flexible help output

Google Code Info:
Issue #: 271
Author: [email protected]
Created On: 2009-06-03T20:17:55.000Z
Closed On:

@ghost ghost assigned jpellerin Dec 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant