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

Enable the half-implemented -f, --function option #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2022

  1. Enable the half-implemented -f, --function option

    1. When docopts is run inside functions it shall not exit but rather
    return.
    2. Variables should be defined using local.
    rqelibari committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    c5c91b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Do not print empty 'local'

    When the command does not take any arguments nor options docopt must not
    print anything out. This is a problem if `docopts` was started
    with `-f, --function` option, as `docopts` would print out only `local`
    and that prints out all environment variables instead of setting one.
    rqelibari committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    a0212e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3adda39 View commit details
    Browse the repository at this point in the history