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

Improvements to dotenv CLI #374

Merged
merged 1 commit into from
Feb 22, 2019
Merged

Improvements to dotenv CLI #374

merged 1 commit into from
Feb 22, 2019

Commits on Feb 21, 2019

  1. Improvements to dotenv CLI

    This replaces the odd file parsing in the Dotenv::CLI with a proper 
    OptionParser implementation that automatically handles converting the 
    comma-separated list into an Array and with proper flag support.
    
    This also adds --version and --help flag support to the CLI, since it's 
    practically free with OptionParser.
    Andrew Nordman committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    25908eb View commit details
    Browse the repository at this point in the history