Skip to content

Commit 91167c3

Browse files
authored
Merge pull request #611 from linode/dev
Release v5.49.1
2 parents a636df9 + 544ba0d commit 91167c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

linodecli/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636

3737
# if any of these arguments are given, we don't need to prompt for configuration
3838
skip_config = (
39-
any(c in argv for c in ["--skip-config", "--help", "--version"])
39+
any(
40+
c in argv
41+
for c in ["--skip-config", "--help", "--version", "completion"]
42+
)
4043
or TEST_MODE
4144
)
4245

0 commit comments

Comments
 (0)