You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review command-line handling framework toward consistency and extension.
- Implement a wrapper around ``click.option`` that handles global config consistently without having to deal with callbacks directly in ``planemo.options``.
- Implement tracking of how options are set (command-line, global config, or default).
- Replace command decorator ``pass_context`` with a new decorator that performs the context pass but provides an entry point for more sophisticated command-line hanlding in the future (will use for Galaxy profiles).
- Improvements to docstrings.
- Allow new options to be globally configured with defaults in ~/.planemo.yml including afew conda options.
- Add aenum as a project dependency for tracking option sources.
0 commit comments