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

Update #1

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

Update #1

wants to merge 2 commits into from

Commits on Nov 4, 2023

  1. Fix eval of env vars, write prompt to stderr

    Sorry, I broke the evaluation of environment variables written to stdout
    using the --env option by replacing getpass.getpass with builtins.input
    (getpass prompt is written to stderr, input prompt is written to stdout)
    mmrwoods committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    10003ec View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge pull request dcoker#16 from mmrwoods/bugfix/fix-env-vars-eval

    Fix eval of env vars, write prompt to stderr
    dcoker authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d8dd22e View commit details
    Browse the repository at this point in the history