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

✨(cli) make the -b/--backend option a CLI sub-command #546

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 9, 2024

  1. ✨(cli) make the -b/--backend option a CLI sub-command

    With the addition of more backends, the usage documentation of
    the ralph list/read/write and runserver commands became cluttered
    as we list all available backends with all their options.
    Thus, to keep the documentation concise, we choose to remove the
    -b/--backend option and use a backend sub-command instead.
    This allows us to have dedicated usage documentation for each backend.
    We also improve backend documentation by parsing method and settings
    docstrings to construct option help strings.
    SergioSim committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e09dcf4 View commit details
    Browse the repository at this point in the history