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

feat(cli): add support for invocations via 'python -m' #395

Merged
merged 1 commit into from Apr 17, 2022

Conversation

theskumar
Copy link
Owner

closes #394

@theskumar theskumar requested a review from bbc2 April 5, 2022 08:00
@theskumar theskumar self-assigned this Apr 5, 2022
Copy link
Collaborator

@bbc2 bbc2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@theskumar theskumar merged commit 769a040 into master Apr 17, 2022
@theskumar theskumar deleted the feature/cli-module branch April 17, 2022 18:43
theskumar added a commit that referenced this pull request Jun 5, 2022
* master: (111 commits)
  chore: add how to run docs locally
  Improve documentation with direct use of MkDocs (#398)
  feat(cli): add support for execution via 'python -m' (#395)
  Use built-in unittest.mock instead of third-party mock
  Skip test_ipython if IPython is not available (#397)
  Docs: Improve documentation for variables without value (#390)
  Use `open` instead of `io.open`
  Fix link typo in changelog
  Release version 0.20.0
  Don't mark wheels as universal (#387)
  Fix installing entry points
  Add encoding parameter to {get,set,unset}_key
  chore: add test with Python 3.11 (#368)
  Release version 0.19.2
  Add missing trailing newline when adding new value
  Release version 0.19.1
  Add Python 3.10 support (#359)
  CHANGELOG.md: Fix typos discovered by codespell
  Release version 0.19.0
  Allow any text stream (`IO[str]`) as `stream`
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding support for invoking cli as python -m dotenv
2 participants