Skip to content

Commit

Permalink
🚸 Assign envvar to --config cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Oct 25, 2023
1 parent 8324c98 commit 5d5dd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions woke/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def excepthook(attach: bool, type, value, traceback):
"--config",
required=False,
type=click.Path(exists=False, dir_okay=False),
envvar="WOKE_CONFIG",
help="Path to the local config file.",
)
@click.version_option(message="%(version)s", package_name="woke")
Expand Down

0 comments on commit 5d5dd56

Please sign in to comment.