Skip to content

Commit

Permalink
s/PATH/DKB_DOC_PATH (#63)
Browse files Browse the repository at this point in the history
The "PATH" env variable is typically populated with values that lead to unfortunate results when calling this command with an explicit path parameter.
  • Loading branch information
vanto authored Nov 25, 2024
1 parent ffc56dd commit f0e2780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkb_robo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def standing_orders(ctx):
"-p",
type=str,
help="Path to save the documents to",
envvar="PATH",
envvar="DKB_DOC_PATH",
)
@click.option("--download_all", is_flag=True, show_default=True, default=False, help="Download all documents", envvar="DKB_DOWNLOAD_ALL")
@click.option("--archive", is_flag=True, show_default=True, default=False, help="Download archive", envvar="DKB_ARCHIVE")
Expand Down

0 comments on commit f0e2780

Please sign in to comment.