Skip to content

Commit

Permalink
Merge pull request #611 from linode/dev
Browse files Browse the repository at this point in the history
Release v5.49.1
  • Loading branch information
ykim-akamai authored May 2, 2024
2 parents a636df9 + 544ba0d commit 91167c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linodecli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@

# if any of these arguments are given, we don't need to prompt for configuration
skip_config = (
any(c in argv for c in ["--skip-config", "--help", "--version"])
any(
c in argv
for c in ["--skip-config", "--help", "--version", "completion"]
)
or TEST_MODE
)

Expand Down

0 comments on commit 91167c3

Please sign in to comment.