MCPcopy Create free account
hub / github.com/theskumar/python-dotenv / cli

Function cli

src/dotenv/cli.py:46–48  ·  view source on GitHub ↗

This script is used to set, get or unset values from a .env file.

(ctx: click.Context, file: Any, quote: Any, export: Any)

Source from the content-addressed store, hash-verified

44@click.version_option(version=__version__)
45@click.pass_context
46def cli(ctx: click.Context, file: Any, quote: Any, export: Any) -> None:
47 """This script is used to set, get or unset values from a .env file."""
48 ctx.obj = {'QUOTE': quote, 'EXPORT': export, 'FILE': file}
49
50
51@contextmanager

Callers 1

__main__.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected