You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments