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

Add ability to truncate help text in docstrings. #629

Closed
wants to merge 1 commit into from

Commits on Aug 10, 2016

  1. Add ability to truncate help text in docstrings.

    I use docstrings in all of my functions to document function arguments
    so it makes me sad that I couldn't exclude :param: and other tags from
    my command help texts.
    
    Here I am introducing the ability for Click to truncate help text in
    docstrings using the \f form feed escaped character. I chose it
    randomly.
    Robpol86 committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    8cf209b View commit details
    Browse the repository at this point in the history